module Capybara::Selenium::Node::Html5Drag

def html5_draggable?

def html5_draggable?
  # Workaround https://github.com/SeleniumHQ/selenium/issues/6396
  native.property('draggable')
end