Method: Selenium::WebDriver::Remote::Bridge#action
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
permalink #action(async: false, devices: [], duration: 250) ⇒ Object Also known as: actions
actions
347 348 349 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 347 def action(async: false, devices: [], duration: 250) ActionBuilder.new self, async: async, devices: devices, duration: duration end |