I cannot identify an element using xpath. I tried different types of xpath but could not identify it.
I want to identify the “Accounts” item shown in the image below. I have no ID, so I use xpath. I used below xpaths.
xpath = // android.app.ActionBar $ Tab / TextView [@text = 'Bills'] and xpath = // android.app.ActionBar $ Tab 1 / TextView [@ text = 'Bills']
Please help me. I am amazed here.

source
share