# File lib/selenium/webdriver/common/action_builder.rb, line 94 def move_by(right_by, down_by) @actions << [:mouse, :move_by, [right_by, down_by]] self end