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

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

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

Appium 服务端自身定义了基于官方协议的扩展,帮助 Appium 用户使用各种设备操作(例如在测试会话过程中安装 / 卸载应用)。这就是为什么我们需要 Appium 特定的客户端,而不只是「原生(vanilla)」的 Selenium 客户端。当然,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
C# (.NET) https://github.com/appium/appium-dotnet-driver

Community based

语言 / 框架 Github 仓库和安装指南
JavaScript (Node.js) https://github.com/admc/wd
JavaScript (Node.js) https://github.com/webdriverio/webdriverio
JavaScript (Browser) https://github.com/projectxyzio/web2driver
RobotFramework https://github.com/serhatbolsu/robotframework-appiumlibrary

EOF.

由 @黑水 翻译,TesterHome 社区 id:sanlengjingvv

@lihuazhang 校验

翻译:@Pandorym Last english version: ef49649f5e53a644f6732575734aeaea78068234, Feb 22, 2019