Class: Selenium::WebDriver::Remote::Http::Curb
- Defined in:
- lib/selenium/webdriver/remote/http/curb.rb
Overview
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
Instance Method Summary collapse
Methods inherited from Common
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Remote::Http::Common
Instance Method Details
#quit_errors ⇒ Object
42 43 44 |
# File 'lib/selenium/webdriver/remote/http/curb.rb', line 42 def quit_errors [Curl::Err::RecvError] + super end |