Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
386 views
in Technique[技术] by (71.8m points)

automation - Start appium inspector, when appium server started programmatically

I have started appium server programmatically (using appium service builder)

now I need appium inspector to inspect elements. Is there any way to start inspector programmatically or I need to remove my code and use the appium desktop application for server session and inspect elements.

Thanks in advance


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

If the device is attached to the same host as that of appium server, use uiautomatorviewer under Android SDK to inspect the elements in Android. For iOS, it is recommended to use Appium Desktop version itself.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...