支持Appium服务器的客户端程序库列表


支持 Appium 服务器的客户端程序库列表

这些库封装了标准的Selenium客户端,提供了所有JSON Wire协议指定的常规selenium命令,并另外添加了移动设备相关的命令,例如多点触控手势和屏幕方向。

Appium客户端程序库实现了Mobile JSON Wire Protocol(一个基于官方标准协议的扩展扩展),和W3C Webdriver规范(一个无关传输的自动化规范;这是定义的MultiAction API的地方)中的元素。

Appium服务端自身定义了基于官方协议的扩展,帮助Appium用户使用各种设备操作(例如在测试会话过程中安装/卸载应用)。这就是为什么我们需要Appium特定的客户端,而不只是“原生(当然,Appium客户端程序库只是增加了功能(实际上,它们只是扩展了标准Selenium客户端),因此它们仍适用于常规的Selenium会话。

语言 / 框架 Github 仓库和安装指南
Ruby https://github.com/appium/ruby_lib, https://github.com/appium/ruby_lib_core
Python https://github.com/appium/python-client
Java https://github.com/appium/java-client
JavaScript (Node.js) https://github.com/admc/wd
JavaScript (Node.js) https://github.com/webdriverio/webdriverio
JavaScript (Browser) https://github.com/projectxyzio/web2driver
Objective C https://github.com/appium/selenium-objective-c
PHP https://github.com/appium/php-client
C# (.NET) https://github.com/appium/appium-dotnet-driver
RobotFramework https://github.com/jollychang/robotframework-appiumlibrary