How can I find items for a native Android app on Windows since the Windows Appium inspector is not working?

I'm working on Appium on Windows 7. Since Appium Inspector doesn't work on Windows, what's an alternative way to find items?

+3


source to share


3 answers


Follow this tutorial to use Google uiautomatorviewer

, which is what the Appium tutorial suggests using.



+2


source


You can use UIAutomatorviewer to find items. if you have the Android SDK installed, you can run it by typing "uiautomatorviewer" in the CMD. D



0


source


Although it may be late to answer, but since it is not accepted at the moment.

You can now use it Appium Inspector

on Windows .

Source: https://github.com/appium/appium-dot-exe

0


source







All Articles