当前位置:网站首页>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

边栏推荐
- Common JS tool Libraries
- 如何获取el-tree中所有节点的父节点
- Experience weekly report no. 102 (July 4, 2022)
- 746. Climb stairs with minimum cost
- JS get the attribute values nested in the object
- Weekly summary (*63): about positive energy
- Learning multi-level structural information for small organ segmentation
- 4G wireless all network solar hydrological equipment power monitoring system bms110
- QT QTableWidget 表格列置顶需求的思路和代码
- JS how to convert seconds into hours, minutes and seconds display
猜你喜欢
R统计绘图-随机森林分类分析及物种丰度差异检验组合图
Tf/pytorch/cafe-cv/nlp/ audio - practical demonstration of full ecosystem CPU deployment - Intel openvino tool suite course summary (Part 2)
Review | categories and mechanisms of action of covid-19 neutralizing antibodies and small molecule drugs
如何展开Collapse 的所有折叠面板
Leakage detection relay jy82-2p
【无标题】
Bicolor case
HMS v1.0 appointment. PHP editid parameter SQL injection vulnerability (cve-2022-25491)
C réaliser des jeux de serpents gourmands
注释与注解
随机推荐
A little understanding of GSLB (global server load balance) technology
对List进行排序工具类,可以对字符串排序
[untitled]
【微服务】Nacos集群搭建以及加载文件配置
C réaliser des jeux de serpents gourmands
分布式CAP理论
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?
QT get random color value and set label background color code
Detectron:训练自己的数据集——将自己的数据格式转换成COCO格式
Understanding of cross domain and how to solve cross domain problems
雲原生——上雲必讀之SSH篇(常用於遠程登錄雲服務器)
JSON web token -- comparison between JWT and traditional session login authentication
Webrtc quickly set up video call and video conference
如何避免 JVM 内存泄漏?
QT QTableWidget 表格列置顶需求的思路和代码
JS get the attribute values nested in the object
Arcpy 利用updatelayer函数改变图层的符号系统
C实现贪吃蛇小游戏
Qt发布多语言国际化翻译
MySQL installation and configuration