class Capybara::RackTest::Driver

def visit(path, **attributes)

def visit(path, **attributes)
  browser.visit(path, attributes)
end