Guys, can u help me, how to find element by xpath in the Explorer tab for android (see attached screenshot)
It would be easier and better to use the ‘resource-id’ or ‘content-desc’.
‘resource-id’: e.g.
FindElementById(“com.google.android.calculator:id/del”)
‘content-desc’: e.g.
FindElementByAccessibilityId(“Delete”)
Thanks for answer. Ok, i’ll try it
This topic was automatically closed after 180 days. New replies are no longer allowed.