I'm running Appium 1.4.13 and Ruby Mine 8.0.3 on a MacBook OS X 10.11.14, controlling an Android tablet v5.01. I want to find an element that may be on on the 2nd or 3rd screen or multiple screens down:
screen1
---element1a
---element1b
---element1c
screen2
---element2a
---element2b
---element2c
-----element2c1
-----element2c2
-----element2c3
screen3
---element3a
---element3b
For example, how would I find element 2b, or 2c3, or know that element3b is the end of the line?
I have an application map,, and could find an element via brute force on a known hierarchy, but of course something will change.
If someone could point me in the right direction, that would be great. Also, I'm a newbie.
Thanks.