Class: Selenium::WebDriver::Remote::Http::Default Private

Inherits:
Common
  • Object
show all
Defined in:
lib/selenium/webdriver/remote/http/default.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.

API:

  • private

Direct Known Subclasses

Persistent

Constant Summary

Constants inherited from Common

Common::CONTENT_TYPE, Common::DEFAULT_HEADERS, Common::MAX_REDIRECTS

Instance Attribute Summary collapse

Attributes inherited from Common

#timeout

Method Summary

Methods inherited from Common

#call, #close, #initialize

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.

API:

  • private



30
31
32
# File 'lib/selenium/webdriver/remote/http/default.rb', line 30

def proxy=(value)
  @proxy = value
end