class Capybara::Selenium::PersistentClient
def close
def close super @http.finish if @http&.started? end
def http
def http super.tap do |http| http.start unless http.started? end end
def close super @http.finish if @http&.started? end
def http super.tap do |http| http.start unless http.started? end end