I am working on Appium on Windows 7. As Appium Inspector does not work on Windows, what is the alternate way to find elements?
Asked
Active
Viewed 5,438 times
3 Answers
3
Follow this tutorial to use Google's uiautomatorviewer
which is what Appium's tutorial suggests you use.

Jess
- 3,097
- 2
- 16
- 42
-
Hi @sheeptest...how to let uiautomatorviewer to fetch xpaths? Is there any alternatives to it? – Vivek Singh Dec 09 '14 at 12:52
1
You can use UIAutomatorviewer to find elements. if you have Android SDK installed it can be launched by entering "uiautomatorviewer" in CMD. D

animesh
- 141
- 2
- 3
- 12
0
You can now make use of Appium Inspector
on Windows as well.