# File lib/selenium/webdriver/common/element.rb, line 237 def drag_and_drop_by(right_by, down_by) bridge.dragElement @id, right_by, down_by end