Search code examples
ubuntuappium

is there a ubuntu appium inspector for android


does appium have inspector for android that runs on ubuntu? If so, how to install it. I have did enough searching. I'm pointed to MAC version of appium inspector, but not able to find if for Ubuntu. Any help much appreciated.


Solution

  • basically we need inspector for viewing name, id and other property of element in the android app, which I can use for test automation with appium.

    We can use "Ui Automator Viewer" which we can find in android sdk folder "sdk/tools/uiautomatorviewer".