Method: Selenium::WebDriver::Mouse#move_by

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

#move_by(down_by, right_by) ⇒ 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.


53
54
55
# File 'lib/selenium/webdriver/common/mouse.rb', line 53

def move_by(down_by, right_by)
  @bridge.mouseMoveTo nil, down_by, right_by
end