Method: Selenium::WebDriver::Mouse#up

Defined in:
lib/selenium/webdriver/common/mouse.rb

#up(element = nil) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


31
32
33
34
# File 'lib/selenium/webdriver/common/mouse.rb', line 31

def up(element = nil)
  move_if_needed element
  @bridge.mouseUp
end