App Crawler Tutorial

EDITORIAL words:

This year because of the epidemic, each company has changed the situation, pay cuts, has changed direction. APP did not previously pay attention to the unprecedented attention now all of a sudden it. There is a process under tight time confusing if to ensure the final hurdle, to trial on January 9 version, there are two distinct versions of crash problem.

I was exhausted the whole, this is not, for it will be two days of release, temporarily put all automated Dunong on. Tomorrow overtime to choose a car to traverse (352 brands, 1500 cars, nearly 5K hits) engage in out, with the python + appium

Look to the leadership, and today they get a little katalon and similar tools test a handful of money, the effect can ah.

Preparing for installation package:

Link: https: //pan.baidu.com/s/1qc9c4TJv_bFRFD4eIieOAg
extraction code: tcho

appium installation here is not to say, I use 1.12.0

You can start

 

 

jdk claim 1.8 or more, classpath configuration:

.;F:\Program Files\Java\jdk1.8.0_131\lib;F:\Program Files\Java\jdk1.8.0_131\lib\tools.jar

Unzip app-crawler

Open cmd command console

java -jar E:\app-crawler\crawl_launcher.jar --apk-file E:\app-crawler
\26407.apk --app-package-name cn.com.pcauto.android.browser --android-sdk E:\and
roid-sdk-windows --timeout-sec 600

Oh, to have android-sdk, this extract can be to download

 

 

Parameters Resolution:

Option Description
--android-sdk Specifies the Android SDK path. This option is required.
--apk-file Your App APK specified path, App Crawler it will be installed and crawling. If -app-package-name option is not specified, use this option.
--app-package-name Specifies the name App package. When the application is installed on the device, and does not require re-installation, use this option.
--key-store Assigned to the path App and Crawler APKs signature key repository. When your application requires a specific signature to run properly, use this option.
--key-store-password Specifies the password for the key store --key-store options provided. If you specify --key-store, then it is necessary to sign.
--timeout-sec Designated Crawler run timeout, in seconds, if not set, defaults to 60s

 

Guess you like

Origin www.cnblogs.com/sincoolvip/p/12611739.html