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