Method: Selenium::Client::GeneratedDriver#mouse_up_right

Defined in:
lib/selenium/client/legacy_driver.rb

#mouse_up_right(locator) ⇒ Object

Simulates the event that occurs when the user releases the right mouse button (i.e., stops holding the button down) on the specified element.

‘locator’ is an element locator



366
367
368
# File 'lib/selenium/client/legacy_driver.rb', line 366

def mouse_up_right(locator)
    remote_control_command("mouseUpRight", [locator,])
end