# File lib/capybara/selenium/driver.rb, line 33
  def visit(path)
    browser.navigate.to(path)
  end