Class: Selenium::WebDriver::Remote::Http::Persistent Private
- Defined in:
- lib/selenium/webdriver/remote/http/persistent.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary
Constants inherited from Common
Common::CONTENT_TYPE, Common::DEFAULT_HEADERS, Common::MAX_REDIRECTS
Instance Attribute Summary
Attributes inherited from Common
Instance Method Summary collapse
- #close ⇒ Object private
Methods inherited from Common
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Remote::Http::Common
Instance Method Details
#close ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/selenium/webdriver/remote/http/persistent.rb', line 11 def close @http.shutdown if @http end |