Method: Selenium::WebDriver::Remote::Bridge#send_actions
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
#send_actions(data) ⇒ Object
360 361 362 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 360 def send_actions(data) execute :actions, {}, {actions: data} end |