当前位置:网站首页>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
边栏推荐
- Understanding of cross domain and how to solve cross domain problems
- 剑指 Offer II 038. 每日温度
- How to expand all collapse panels
- Error CVC complex type 2.4. a: Invalid content beginning with element 'base extension' was found. Should start with one of '{layoutlib}'.
- JS execution mechanism
- High performance parallel programming and optimization | lesson 02 homework at home
- How to use multithreading to export excel under massive data? Source code attached!
- 509. Fibonacci number, all paths of climbing stairs, minimum cost of climbing stairs
- How to get the parent node of all nodes in El tree
- Functions in C language (detailed explanation)
猜你喜欢
740. Delete and get points
Configure cross compilation tool chain and environment variables
Detectron:训练自己的数据集——将自己的数据格式转换成COCO格式
Layoutmanager layout manager: flowlayout, borderlayout, GridLayout, gridbaglayout, CardLayout, BoxLayout
报错cvc-complex-type.2.4.a: 发现了以元素 ‘base-extension‘ 开头的无效内容。应以 ‘{layoutlib}‘ 之一开头。
Arcpy 利用updatelayer函数改变图层的符号系统
SQL injection SQL lab 11~22
分布式CAP理论
InputStream/OutputStream(文件的输入输出)
Cloud native - SSH article that must be read on the cloud (commonly used for remote login to ECS)
随机推荐
云原生——上云必读之SSH篇(常用于远程登录云服务器)
分布式CAP理论
ES6 模块化
Win10 clear quick access - leave no trace
Stc8h development (XII): I2C drive AT24C08, at24c32 series EEPROM storage
SQL injection SQL lab 11~22
How to determine whether an array contains an element
509. 斐波那契数、爬楼梯所有路径、爬楼梯最小花费
webrtc 快速搭建 视频通话 视频会议
C language - Blue Bridge Cup - Snake filling
MySQL的information_schema数据库
如何展开Collapse 的所有折叠面板
How to choose the middle-aged crisis of the testing post? Stick to it or find another way out? See below
509. Fibonacci number, all paths of climbing stairs, minimum cost of climbing stairs
Inputstream/outputstream (input and output of file)
Sort list tool class, which can sort strings
Configure cross compilation tool chain and environment variables
px em rem的区别
如何获取el-tree中所有节点的父节点
JSON Web Token----JWT和传统session登录认证对比