We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a74a9 commit dfdacdfCopy full SHA for dfdacdf
docs/docs.md
@@ -17,6 +17,18 @@
17
- [Appium's mobile gesture docs](https://github.com/appium/appium/wiki/Automating-mobile-gestures)
18
- [MiniTest Expectations](http://docs.seattlerb.org/minitest/Minitest/Expectations.html)
19
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
32
--
33
34
Example of automating the built in Android settings.
0 commit comments