I am trying to use AndroidViewClient for ScrollViews. Here's a scenario from the Android Settings Screen: 1. Launch the settings page, do a ./dump.py, it will generate all the ids etc. 2. Scroll the settings page down, do another ./dump.py. The Android View Client generates the same ids for the new screen.
For my project, I am identifying the object based on the IDs, so if the elements I want to click on the 2nd screen (after scroll) get's the same ID as the first screen. The test will fail. Is there some API to handle the Scroll Views which lists the element IDs outside what we see on the screen.
Has any one tried this?