Class: Selenium::WebDriver::Remote::Http::Curb Private

Inherits:
Common
  • Object
show all
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.

Examples:

Using Curb

require 'selenium/webdriver/remote/http/curb'
include Selenium

driver = WebDriver.for :firefox, :http_client => WebDriver::Remote::Http::Curb.new

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

#timeout

Method Summary

Methods inherited from Common

#call, #initialize, timeout=

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Remote::Http::Common