当前位置:网站首页>Appium foundation - appium installation (II)
Appium foundation - appium installation (II)
2022-07-04 06:19:00 【Test - Eight Precepts】
( One )APPium server install
Mode two :( recommend )
install Appium Desktop The way , start-up Appium server service .
1、Appium Desktop download
Download address :http://appium.io/downloads.html
Click on Appium Desktop Apps download

Select the required installation file in the download page to download .

2、Appium Desktop install
I install and use Appium-windows-1.13.0.exe.( The latest version of the stable version is 1.18, It's too slow to download )
double-click Appium-windows-1.13.0.exe Installation .

Just click Install .

Tips :
- stay Windows Installation in environment Appium Desktop, perform Appium Desktop The installation package can be installed by default .
- After installation ,Windows The default installation path is :
C:\Users\Administrator\AppData\Local\Programs\Appium
3、Appium Desktop Use
After installation , Will automatically add a shortcut to the application on the desktop , Direct execution Appium Icon to launch Appium Desktop.
Here's the picture :

Click on Start Server v1.13.0 Button to start Appium server service .
Here's the picture , Service started successfully :

( Two )Appium Client install
Appium The government provided a set of Appium Clients library , Covering multiple languages , Such as java/python/ruby etc. .
During the test , Generally use these client Library to replace native webdriver library , Count as client Primordial webdriver Some mobile terminal extensions are carried out , Let's make it easier to write test cases with better readability .
Appium Download address of client library :http://appium.io/downloads.html

We use Python For example :
stay CMD Execute... In the command line window pip Command to install :pip install -U Appium-Python-Client
After installation , Input pip list Command to view the installed version .
Here's the picture :

Tips :Java It's very useful maven Just install it
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>1.3.0</version>
</dependency>a key : Supporting learning materials and video teaching
So here I have carefully prepared the detailed information of the above outline in The link below is as follows


边栏推荐
- Bicolor case
- Native Cloud - SSH articles must be read on Cloud (used for Remote Login to Cloud Server)
- Detectron: train your own data set -- convert your own data format to coco format
- 【无标题】
- 《ClickHouse原理解析与应用实践》读书笔记(4)
- Learn about the Internet of things protocol WiFi ZigBee Bluetooth, etc. --- WiFi and WiFi protocols start from WiFi. What do we need to know about WiFi protocol itself?
- How to expand all collapse panels
- QT 获取随机颜色值设置label背景色 代码
- 如何实现视频平台会员多账号登录
- QT qtablewidget table column top requirements ideas and codes
猜你喜欢

每周小结(*63):关于正能量
![70000 words of detailed explanation of the whole process of pad openvino [CPU] - from environment configuration to model deployment](/img/3f/36a67544deceb3d3789b500efde89c.jpg)
70000 words of detailed explanation of the whole process of pad openvino [CPU] - from environment configuration to model deployment

云原生——上云必读之SSH篇(常用于远程登录云服务器)

ES6 modularization

JSON Web Token----JWT和傳統session登錄認證對比

Learning multi-level structural information for small organ segmentation

Kubernets first meeting

配置交叉编译工具链和环境变量

APScheduler如何设置任务不并发(即第一个任务执行完再执行下一个)?

如何获取el-tree中所有节点的父节点
随机推荐
Stc8h development (XII): I2C drive AT24C08, at24c32 series EEPROM storage
Review | categories and mechanisms of action of covid-19 neutralizing antibodies and small molecule drugs
JS arguments parameter usage and explanation
70000 words of detailed explanation of the whole process of pad openvino [CPU] - from environment configuration to model deployment
740. Delete and get points
How to implement cross domain requests
Kubernets first meeting
JS扁平化数形结构的数组
Tsinghua University product: penalty gradient norm improves generalization of deep learning model
ABAP:OOALV实现增删改查功能
How to choose the middle-aged crisis of the testing post? Stick to it or find another way out? See below
Nexus 6p从8.0降级6.0+root
AWT常用组件、FileDialog文件选择框
Common JS tool Libraries
Detailed explanation of common APIs for component and container containers: frame, panel, scrollpane
2022.7.3-----leetcode. five hundred and fifty-six
我的NVIDIA开发者之旅——优化显卡性能
如何实现视频平台会员多账号登录
[openvino+paddle] paddle detection / OCR / SEG export based on paddle2onnx
剑指 Offer II 038. 每日温度