4

I am working on Appium on Windows 7. As Appium Inspector does not work on Windows, what is the alternate way to find elements?

Naman
  • 27,789
  • 26
  • 218
  • 353
Faisal Iqbal
  • 41
  • 1
  • 2

3 Answers3

3

Follow this tutorial to use Google's uiautomatorviewer which is what Appium's tutorial suggests you use.

Jess
  • 3,097
  • 2
  • 16
  • 42
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.

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Naman
  • 27,789
  • 26
  • 218
  • 353