# File lib/capybara/selenium/node.rb, line 48 def drag_to(element) resynchronize { native.drag_and_drop_on(element.native) } end