What are all the best tools for element locators for android native apps

What are all the best tools for element locators for android native apps…

can any one help me the tools list

Hi Pradeep,

I use uiautomatorviewer, it comes with android SDK.
you can find it in <‘android SDK install path’>/tools/uiautomatorviewer.bat

Other option is Appium Ruby Console(arc),
https://saucelabs.com/resources/appium-bootcamp/appium-bootcamp-2013-chapter-3-interrogate-your-app

Thanks,
Donald

1 Like

Hi Donald,

Currently using UIautomatorviewer only… but am unable to inspect elements for listview contents…

is there any other tools apart UIautomatorviewer

Thanks
Pradeep

Hi all,

We are using UIAutomatorViewer inside SDK folder from Cmd Prompt and Appium Inspector from (Appium.exe) GUI mode.

Please let us know if additional tools are there…will help us.

Thanks,
Bhaskar.

HI bhaskar,
am unable to launch Appium Inspector from (Appium.exe) GUI mode.

could you help me …

thanks
Pradeep

Hi @Pradeep455,

Which Version you’re using? anyway i’m doing with Appium 1.3.4v on Windows and it is working fine.Just install Appium.exe file then you can use it.

HI bhaskar,
currently using Appium 1.2.0.1 whil clikning on inspector able to step in but unable to take image

Hi,

Please upgrade it to the latest version and have a try with that…hope will get resolved.