Is it possible to find a view according to it TextView text and then go to previously or next view and use (touch etc) it using AndroidViewClient?
In the application I'm trying to automate there is a list of items each have check-box, text and setup icon. All the check-box and setup icons have the same resource id and can be distinguished by TextView text only. So I need the ability to find this unique TextView text on a view and then be able to jump to the next/previous view in the hierarchic tree.
Can this be done with AndroidViewClient or I need to look for solutions like here?