Method: Selenium::SeleniumDriver#mouse_out

Defined in:
lib/selenium/openqa/selenium.rb

#mouse_out(locator) ⇒ Object

Simulates a user moving the mouse pointer away from the specified element.

‘locator’ is an element locator



418
419
420
# File 'lib/selenium/openqa/selenium.rb', line 418

def mouse_out(locator)
    do_command("mouseOut", [locator,])
end