如何通过Google Play使用葫芦安卓进行购买?



我对ruby进行了测试-使用葫芦-android,我想在我的应用程序中购买vip -通过Google Play框架。在irb控制台中没有显示这个google框架。我不想点击坐标。

calabash-android console apk

start_test_server_in_background

query("*") = frame Google Play不显示

monitor - it命令,我可以在应用程序中查看id元素,并出现Google Play帧

也许sambody知道怎么做?

使用葫芦-安卓我们不能自动化其他应用程序。因为它检测了你的应用程序,所以葫芦命令只适用于你的应用程序,而不是其他应用程序。

在这种情况下,您可以在代码中编写python包装器,使用python android UI Automator或adb命令

实现两种方式

  1. Python uiautomator - https://github.com/xiaocong/uiautomator
  2. Adb命令- https://developer.android.com/studio/command-line/shell.html

相关内容

  • 没有找到相关文章

最新更新