Class: Selenium::WebDriver::Remote::Http::Curb Private
- Defined in:
- lib/selenium/webdriver/remote/http/curb.rb
Overview
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.
An alternative to the default Net::HTTP client.
This can be used for the Firefox and Remote drivers if you have Curb installed.
Constant Summary
Constants inherited from Common
Selenium::WebDriver::Remote::Http::Common::CONTENT_TYPE, Selenium::WebDriver::Remote::Http::Common::DEFAULT_HEADERS, Selenium::WebDriver::Remote::Http::Common::MAX_REDIRECTS
Instance Attribute Summary
Attributes inherited from Common
Method Summary
Methods inherited from Common
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Remote::Http::Common