# File lib/capybara/rack_test/driver.rb, line 32
  def submit(method, path, attributes)
    browser.submit(method, path, attributes)
  end