Appium environment configuration - want to take advantage appium crawling data APP do? Appium would like to first do a good job of it.

       We use Appium end mobile automated testing tools crawling data of the phone APP, then you must first install and configure appium environment.

       To use Android devices do APP crawling, we'll need to download and configure the Android SDK, and JDK java environment configuration configuration. The following hands-on teaching you how to configure the environment for appium.

What they need are in the network tray:

      Links: https://pan.baidu.com/s/1ggU2HZtFE-3Avnb9aoWvYw

      Extraction code: knih

 

1, Java environment configuration, namely JDK installation configuration:

      JDK download site, download jdk-12.0.1_windows-x64_bin, version 12.0.1, the latter could escalate.

https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html

Or go to My Drive to extract.

2, Android environment configuration:

Go directly to Baidu in search download adt-bundle-windows_x86 (The system download the 32-bit or 64-bit), or go to my network disk to extract. As well as to download the Android SDK or by installing Android Studio, and then configure.

Links: https://pan.baidu.com/s/18KGUfbhGw8OT7sntKQ3rQQ 

Extraction code: imbj

3, appium download, you can go to My Drive to extract.

 

First, configure the environment

       Turn on the computer control panel.

① into the system

                            

② in advanced system configuration, set the environment variable

   

③ setting environment variables, and Java_Home arranged Android_Home environment variables

④ add path path

。。。。。。

verification:

           Enter cmd, type android -h, appears in the following figure is proof installed and configured.

Second, the installation appium

        在网盘中提取appium-windows-1.12.1.exe文件直接安装就可以,或者去链接:https://github.com/appium/appium-desktop/releases下载自己想要的版本。

下载后,直接根据提示安装即可。

                                                

安装完后新建new session如下:

    

未完待续!!!

下一篇和你分享如何使用appium利用python爬取手机APP的数据......

                                                                                                                       时间:2019.5.25

Guess you like

Origin blog.csdn.net/weixin_41447267/article/details/90543722