appium commonly used commands

1. Check the apk installation package appPackagehe and appActivity

  • aapt dump badging E: \ taobao.apk> E: \ taobao.txt - will appPackage and appActivity written to the E: \ taobao.txt

2.adb connection Yagami simulator

  • adb connect 127.0.0.1:62001 - connecting device simulator 127.0.0.1:62001
  • adb devices - to view the list of currently connected devices

3. Review the installation path and version of adb

  • adb version - View adb version
  • where adb - View adb install path 

3. Review the installation path and version notejs

  • node -v - View notejs version
  • where node - View notejs installation path

4. View appium version and install path

  • appium -v - View appium version
  • where appium - View appium installation path

5. View the python version and install path

  • python -V - View python version
  • where python - python installation path View

Guess you like

Origin www.cnblogs.com/huainanhai/p/11700366.html