I have tests on ruby - using calabash-android and i want buy vip in my app - through Google Play frame. In irb console not displayed this google frame. I do not want click on coordinats.
calabash-android console apk
start_test_server_in_background
query("*")
= the frame Google Play is not displayed
monitor
- it command where i can look id elements in app and there appears Google Play fraym
Maybe sambody know how do it?
Using calabash-android we can't automate other apps. Since it instrumented your app, so calabash commands will work for your app only not other apps.
In such cases you can write a python wrapper in your code, using python android UI Automator or adb commands
You achieve two ways