Method: Appium::Capybara::Driver#appium_driver
- Defined in:
- lib/appium_capybara/driver/appium/driver.rb
#appium_driver ⇒ Object
new
starts new driver
9 10 11 12 13 14 |
# File 'lib/appium_capybara/driver/appium/driver.rb', line 9 def appium_driver # must use self to reference the 'browser' method browser unless @appium_driver @appium_driver end |