class Capybara::Selenium::PersistentClient

def http

def http
  super.tap do |http|
    http.start unless http.started?
  end
end