I am testing an application, and on most screens I see that there are elements that have the same class "android.widget.TextView" with the same index number "0". All other properties are also the same, only exceptions are βtextβ and βlinkedβ.
I have "Skip", "Next" and "Skip next 3" in the form of texts on the screen that has the same attribute different from the text attribute and borders. I need to know how I can specify appium to click on the desired item. Say that I want to click Next, how can I do this. I use Python for scripting.
python android appium appium-android uiautomatorviewer
nhrcpt
source share