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