class Capybara::Selenium::ChromeNode

def drag_to(element)

def drag_to(element)
  return super unless html5_draggable?
  html5_drag_to(element)
end