Method: Selenium::Client::GeneratedDriver#mouse_up
- Defined in:
- lib/selenium/client/legacy_driver.rb
#mouse_up(locator) ⇒ Object
Simulates the event that occurs when the user releases the mouse button (i.e., stops holding the button down) on the specified element.
‘locator’ is an element locator
357 358 359 |
# File 'lib/selenium/client/legacy_driver.rb', line 357 def mouse_up(locator) remote_control_command("mouseUp", [locator,]) end |