# File lib/capybara/driver/rack_test_driver.rb, line 197
  def visit(path, attributes = {})
    process(:get, path, attributes)
  end