# File lib/capybara/selenium/driver.rb, line 115
  def quit
    @browser.quit
  rescue Errno::ECONNREFUSED
    # Browser must have already gone
  end