Method: Selenium::Client::GeneratedDriver#mouse_out
- Defined in:
- lib/selenium/client/legacy_driver.rb
#mouse_out(locator) ⇒ Object
Simulates a user moving the mouse pointer away from the specified element.
‘locator’ is an element locator
310 311 312 |
# File 'lib/selenium/client/legacy_driver.rb', line 310 def mouse_out(locator) remote_control_command("mouseOut", [locator,]) end |