- appium是- -个自动化测试开源工具,支持ios平台和Android平台。上的原生应用, web应用和混合应用。
- appium是-一个跨平台的工具:它允许测试人员在不同的平台( ios , Android )使用同一套API来写自动化测试脚本,这样大大增加了iOS和Android测试套件间代码的复用性。
- appium类库封装了标准Selenium客户端类库
- appium客户端类库实现了Mobile JSON Wire Protocol、W3C WebDriver spec
- appium服务端定义了官方协议的扩展,为appium用户提供了方便的接口来执行各种设备动作
1. 多平台 appium选择'了Client/Server的设计模式 appium扩展了WebDriver的协议 2. 多语言
Ruby https://github.com/appium/ruby_lib
Python https://github.com/appium/python-client
Java https://github.com/appium/java-client
JavaScript (Node.js) https://github.com/admc/wd
PHP https://github.com/appium/php-client
C# (.NET) https://github.com/appium/appium-dotnet-driver
RobotFramework https://github.com/jollychang/robotframework-appiumlibrary
Appium官网:http://appium.io/
点击下载进入https://github.com/appium/appium-desktop/releases/tag/v1.13.0
安装完成
|