当前位置:网站首页>Appium基础 — APPium安装(二)
Appium基础 — APPium安装(二)
2022-07-04 06:14:00 【测试-八戒】
(一)APPium server安装
方式二:(推荐)
安装Appium Desktop的方式,启动Appium server服务。
1、Appium Desktop下载
下载地址:http://appium.io/downloads.html
点击Appium Desktop Apps下载
在下载页面中选择需要的安装文件进行下载。
2、Appium Desktop安装
我安装使用Appium-windows-1.13.0.exe
。(稳定版最新的版本是1.18,下载实在是太慢了)
双击Appium-windows-1.13.0.exe
进行安装。
直接点击安装即可。
提示:
- 在Windows环境下安装Appium Desktop,执行Appium Desktop安装包默认安装即可。
- 安装完成后,Windows下默认安装路径为:
C:\Users\Administrator\AppData\Local\Programs\Appium
3、Appium Desktop使用
安装完成后,会自动在桌面添加应用程序的快捷方式,直接执行Appium图标来启动Appium Desktop。
如下图:
点击Start Server v1.13.0
按钮就可以启动Appium server服务。
如下图,服务开启成功:
(二)Appium Client安装
Appium官方提供了一套Appium Clients库,涵盖多种语言,如java/python/ruby等。
在测试的时候,一般要使用这些client库去替换原生的webdriver库,算是client对原生webdriver进行了一些移动端的扩展,让我们可以更方便的写出可读性更好的测试用例。
Appium的客户端库下载地址:http://appium.io/downloads.html
我们以Python为例:
在CMD命令行窗口中执行pip命令安装:pip install -U Appium-Python-Client
安装完成后,输入pip list命令查看安装版本。
如下图:
提示:Java的话用maven安装就可以了
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>1.3.0</version>
</dependency>
重点:配套学习资料和视频教学
那么在这里我也精心准备了上述大纲的详细资料在下方链接如下
边栏推荐
- C实现贪吃蛇小游戏
- Weekly summary (*63): about positive energy
- lightroom 导入图片灰色/黑色矩形 多显示器
- C language exercises (recursion)
- Grounding relay dd-1/60
- APScheduler如何设置任务不并发(即第一个任务执行完再执行下一个)?
- 如何获取el-tree中所有节点的父节点
- Leetcode question brushing record | 206_ Reverse linked list
- How does apscheduler set tasks not to be concurrent (that is, execute the next task after the first one)?
- FRP intranet penetration, reverse proxy
猜你喜欢
Abap:ooalv realizes the function of adding, deleting, modifying and checking
198. House raiding
C语言练习题(递归)
LayoutManager布局管理器:FlowLayout、BorderLayout、GridLayout、GridBagLayout、CardLayout、BoxLayout
How to avoid JVM memory leakage?
C實現貪吃蛇小遊戲
The end of the Internet is rural revitalization
实用的小工具指令
Win10 clear quick access - leave no trace
[excel] PivotChart
随机推荐
C语言中的函数(详解)
Average two numbers
[untitled]
After the festival, a large number of people change careers. Is it still time to be 30? Listen to the experience of the past people
Webrtc quickly set up video call and video conference
Manually page the list (parameter list, current page, page size)
Fast power (template)
如何获取el-tree中所有节点的父节点
Input displays the currently selected picture
Design and implementation of tcp/ip series overview
Tsinghua University product: penalty gradient norm improves generalization of deep learning model
STC8H开发(十二): I2C驱动AT24C08,AT24C32系列EEPROM存储
How to implement cross domain requests
MySQL information_ Schema database
"In simple language programming competition (basic)" part 1 Introduction to language Chapter 3 branch structure programming
Uninstall Google drive hard drive - you must exit the program to uninstall
[Chongqing Guangdong education] electronic circuit homework question bank of RTVU secondary school
C language - Blue Bridge Cup - Snake filling
Online shrimp music will be closed in January next year. Netizens call No
分布式CAP理论