# File lib/capybara/rack_test/browser.rb, line 17
  def submit(method, path, attributes)
    path = request_path if not path or path.empty?
    process(method, path, attributes)
  end