Skip to content

Commit dfdacdf

Browse files
Update docs.md
1 parent a0a74a9 commit dfdacdf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/docs.md

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
- [Appium's mobile gesture docs](https://github.com/appium/appium/wiki/Automating-mobile-gestures)
1818
- [MiniTest Expectations](http://docs.seattlerb.org/minitest/Minitest/Expectations.html)
1919

20+
21+
--
22+
23+
Driver types.
24+
25+
```ruby
26+
# appium specific driver with helpers available
27+
@appium_driver = Appium::Driver.new @options
28+
# standard selenium driver without any appium methods
29+
@selenium_driver = @appium_driver.start_driver
30+
```
31+
2032
--
2133

2234
Example of automating the built in Android settings.

0 commit comments

Comments
 (0)