I am unable to identify an element using xpath. Attaching the screen shot of the same. I want to identify the list of elements with the tag <android.widget.LinearLayout>
under <android.widget.ListView>
and I have used the XPath expression:
//android.widget.ListView/android.widget.LinearLayout
This returns all the elements only from the 1st node and not the elements under <android.widget.LinearLayout>
.
Can some body help me out? Thanks in advance.