This commit is contained in:
filmaj
2013-10-11 16:10:25 -07:00
parent 3b103c81a9
commit c16dcf24d2

View File

@@ -77,7 +77,7 @@ You can run an Appium server using node.js or using the application, see below.
We support a subset of the [Selenium WebDriver JSON Wire Protocol](https://github.com/appium/appium/wiki/JSON-Wire-Protocol:-Supported-Methods).
First and foremost, specify mobile-targetted [desired capabilities](https://github.com/appium/appium/blob/master/docs/caps.md) to run your test through Appium.
First and foremost, specify mobile-targeted [desired capabilities](https://github.com/appium/appium/blob/master/docs/caps.md) to run your test through Appium.
You find elements by using a subset of [WebDriver](https://code.google.com/p/selenium/wiki/JsonWireProtocol)'s element-finding strategies.
See [finding elements](https://github.com/appium/appium/blob/master/docs/finding-elements.md) for detailed information.