# File lib/selenium/webdriver/common/mouse.rb, line 53 def move_by(down_by, right_by) @bridge.mouseMoveTo nil, down_by, right_by end