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