Skip to content

Commit

Permalink
client library docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Jul 7, 2014
1 parent 83e64a1 commit 1372d0c
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docs/en/about-appium/appium-clients.md
@@ -1,10 +1,16 @@
## List of client libraries with Appium server support

* [https://github.com/appium/ruby_lib](https://github.com/appium/ruby_lib) - Ruby
* [https://github.com/appium/python-client](https://github.com/appium/python-client) - Python
* [https://github.com/appium/java-client](https://github.com/appium/java-client) - Java
* [https://github.com/admc/wd](https://github.com/admc/wd) - JavaScript (Node.js)
* [https://github.com/appium/php-client](https://github.com/appium/php-client) - PHP
* [https://github.com/appium/appium-dotnet-driver](https://github.com/appium/appium-dotnet-driver) - C# (.NET)

Please see each library for installation instructions.
These libraries wrap standard Selenium client libraries to provide all the regular selenium commands dictated by the [jsonWire protocol](https://code.google.com/p/selenium/wiki/JsonWireProtocol), and add extra commands related to controlling mobile devices, such as **MultiTouch gestures** and **screen orientation**.

Appium client libraries implement the [Mobile JsonWire Protocol](https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile), and the [W3C Webdriver spec](https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html).

Appium client libraries only **add** functionality, so they can still be used to run regular Selenium sessions.

Language | Github Repo and Installation Instructions |
----- | ----- |
Ruby | [https://github.com/appium/ruby_lib](https://github.com/appium/ruby_lib)
Python | [https://github.com/appium/python-client](https://github.com/appium/python-client)
Java | [https://github.com/appium/java-client](https://github.com/appium/java-client)
JavaScript (Node.js) | [https://github.com/admc/wd](https://github.com/admc/wd)
PHP | [https://github.com/appium/php-client](https://github.com/appium/php-client)
C# (.NET) | [https://github.com/appium/appium-dotnet-driver](https://github.com/appium/appium-dotnet-driver)

0 comments on commit 1372d0c

Please sign in to comment.