# File lib/capybara/driver/selenium_driver.rb, line 106
  def visit(path)
    browser.navigate.to(url(path))
  end