1.appium简介
appium移动端自动化测试开源工具,支持ios平台和Android平台上的原生应用,web应用和混合应用。是一个跨平台工具,允许在不同平台使用同一套API写自动化脚本,增加了代码复用性。
appium类库封装了标准selenium客户端类库
appium客户端类库实现了Mobile JSON Wire Protocol、W3C WebDriver spec
appium服务端定义了官方协议的扩展,为appium用户提供了接口来执行各种设备动作
2.appium特点
1)appium选择了Client/Server的设计模式
2)appium扩展了WebDriver的协议
3)多语言
3.工作原理
Appium-client Appium-server 移动设备
python-client...---->appium.dmg、AppiumFor Window.zip---->Android模拟器、Android真机、ios真机
3.下载http://appium.io/
在网页中下载appium服务端,客户端在python中下载