npm install -g appium
appium --session-override
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 |
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>${version.you.require}</version>
<scope>test</scope>
</dependency>
pip install Appium-Python-Client