我对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命令
实现两种方式
- Python uiautomator - https://github.com/xiaocong/uiautomator
- Adb命令- https://developer.android.com/studio/command-line/shell.html