Skip to content

Commit

Permalink
Update docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Sep 22, 2014
1 parent a0a74a9 commit dfdacdf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/docs.md
Expand Up @@ -17,6 +17,18 @@
- [Appium's mobile gesture docs](https://github.com/appium/appium/wiki/Automating-mobile-gestures)
- [MiniTest Expectations](http://docs.seattlerb.org/minitest/Minitest/Expectations.html)


--

Driver types.

```ruby
# appium specific driver with helpers available
@appium_driver = Appium::Driver.new @options
# standard selenium driver without any appium methods
@selenium_driver = @appium_driver.start_driver
```

--

Example of automating the built in Android settings.
Expand Down

0 comments on commit dfdacdf

Please sign in to comment.