Appium Server 环境安装

Appium 客户端安装

下载地址

Language/Framework Github Repro and Installation Instructions
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
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
RobotFremework https://github.com/jollychang/robotframework-appiumlibrary

java 客户端安装

<dependency>   
  <groupId>io.appium</groupId>   
  <artifactId>java-client</artifactId>   
  <version>${version.you.require}</version>   
  <scope>test</scope>   
</dependency>   

python 客户端安装


↙↙↙阅读原文可查看相关链接,并与作者交流