Method: Selenium::Client::GeneratedDriver#mouse_down_right
- Defined in:
- lib/selenium/client/legacy_driver.rb
permalink #mouse_down_right(locator) ⇒ Object
Simulates a user pressing the right mouse button (without releasing it yet) on the specified element.
‘locator’ is an element locator
328 329 330 |
# File 'lib/selenium/client/legacy_driver.rb', line 328 def mouse_down_right(locator) remote_control_command("mouseDownRight", [locator,]) end |