class Selenium::WebDriver::Remote::Http::Persistent

@api private

Public Instance Methods

close() click to toggle source
# File lib/selenium/webdriver/remote/http/persistent.rb, line 11
def close
  @http.shutdown if @http
end