# File lib/capybara/poltergeist/browser.rb, line 103
    def drag(page_id, id, other_id)
      command 'drag', page_id, id, other_id
    end