Hi there,
I have an Android app which has a Google map view embedded in it. In the app I can manually interact with the map (zoom in, out, tap on the pins and there will be a popup, tap on the popup menu, it will disappear).
How can I do following things in my automation script:
1. Make the map view to move around and zoom in and zoom out.
2. Interact with the popup menu. I extracted the UI source with "uiautomatorviewer", and in the xml structure, I can see the pins and "My Location" button on the right top corner. But I cannot see the popup menu, even it is right there in the map view in the screenshot.