# File lib/selenium/webdriver/common/action_builder.rb, line 112
      def drag_and_drop_by(source, right_by, down_by)
        click_and_hold source
        move_by        right_by, down_by
        release

        self
      end