Inspecting elements on Android device

Hi All, Is there a way to inpect elements and evaluate xpath without mobile inspector? I mean like when user inspects on a chrome browser and evaluate the xpath in the “console” or in the “elements” section. Thanks!

Hi @francorebu,

I believe you will have to use some sort of mobile inspector. The Appium Inspector is pretty good as it also displays the full xpath of a mobile element.

Follow this tutorial to see how to get it up and running: https://www.youtube.com/watch?v=P2lM4NY4CTU

Hope this helps