Error in using UIAutomatorviewer for testing Android app in Appium

前端 未结 19 1791
甜味超标
甜味超标 2020-12-06 00:54

I have to automate an Android application, I am doing the same through Appium.

The problem I am facing is after launching the Appium server, the app is getting instal

19条回答
  •  悲哀的现实
    2020-12-06 01:11

    Answer to your question #2 You can inspect Android app directly from your real Android device.

    You need to:

    • Connect Android device to your computer/laptop
    • Go to Android device Settings -> Enable Developer Options and Android debbuging

    Please see here:

    • Start the app you wish to inspect in your Android device

    • Open up the Chrome browser on your computer/laptop and do a right click -> More Tools -> Inspect devices -> Click on your device -> (Click on Android device OK to authorize) -> Click Inspect

    Please see here:

    That's it. Hope it helps!

提交回复
热议问题