Method: Appium::Capybara::Driver#accept_modal
- Defined in:
- lib/appium_capybara/driver/appium/driver.rb
#accept_modal(type, options = {}, &blk) ⇒ Object
override type and options are passed but can be ignored.
66 67 68 |
# File 'lib/appium_capybara/driver/appium/driver.rb', line 66 def accept_modal(type, = {}, &blk) appium_driver.alert_accept end |