# File lib/capybara/rack_test/driver.rb, line 31
  def visit(path, attributes = {})
    browser.visit(path, attributes)
  end