APP Automation-Get driver

1. Appium settings

  1. Open appium

    

    

 

  2. Set up the appium server : Click Advanced Settings

    

 

  3. Start the appium server

    

 

 

2. Check the "package name" and "activity entry name" of the .apk installation package

  1. Copy the local .apk path first

    

 

  2. Get the "package name" and "activity entry name" of the tested APP again:  cmd: aapt dump badging The .apk path just copied

    

 

    The package name is usually on the first line

 

    Event entrance names are in the last few columns

    

 

 

Second, get the driver

    

 

Guess you like

Origin www.cnblogs.com/mua9102/p/12489170.html