Class: Selenium::WebDriver::Remote::Http::Default Private
- Defined in:
- lib/selenium/webdriver/remote/http/default.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.
Direct Known Subclasses
Constant Summary
Constants inherited from Common
Common::CONTENT_TYPE, Common::DEFAULT_HEADERS, Common::MAX_REDIRECTS
Instance Attribute Summary collapse
- #proxy ⇒ Object writeonly private
Attributes inherited from Common
Method Summary
Methods inherited from Common
Constructor Details
This class inherits a constructor from Selenium::WebDriver::Remote::Http::Common
Instance Attribute Details
#proxy=(value) ⇒ 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/default.rb', line 11 def proxy=(value) @proxy = value end |