I am Trying to automate an android
mobile application which has all same attributes
i.e. class
name,Text
,index.
I need to click the second
See all button in this screen
of the application.
The screen shot using the uiautomator
looks as follows:
There is a see All Link which has the same attributes as the second one
How can i find the element using findElement(By.name())
or By xpath??