Class: Selenium::WebDriver::Remote::Http::Default Private
- Defined in:
- sig/gems/selenium/remote/http/default.rbs
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 collapse
- MAX_RETRIES =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Constants inherited from Common
Common::CONTENT_TYPE, Common::DEFAULT_HEADERS, Common::MAX_REDIRECTS
Instance Attribute Summary collapse
- #open_timeout ⇒ Object private
- #proxy ⇒ Object writeonly private
- #read_timeout ⇒ Object private
Attributes inherited from Common
Instance Method Summary collapse
- #close ⇒ Object private
- #http ⇒ Object private
-
#initialize ⇒ Default
constructor
private
A new instance of Default.
- #new_http_client ⇒ Object private
- #new_request_for ⇒ Object private
- #proxy ⇒ Object writeonly private
- #request ⇒ Object private
- #response_for ⇒ Object private
- #start ⇒ Object private
- #use_proxy? ⇒ Object private
Methods inherited from Common
#call, #create_response, extra_headers, extra_headers=, #quit_errors, #server_url, user_agent, user_agent=
Constructor Details
#initialize ⇒ Default
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.
Returns a new instance of Default.
21 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 21
def initialize: (?open_timeout: untyped?, ?read_timeout: untyped?) -> void
|
Instance Attribute Details
#open_timeout ⇒ 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.
17 18 19 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 17 def open_timeout @open_timeout end |
#proxy=(value) ⇒ Object (writeonly)
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.
15 16 17 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 15 def proxy=(value) @proxy = value end |
#read_timeout ⇒ 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.
19 20 21 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 19 def read_timeout @read_timeout end |
Instance Method Details
#close ⇒ 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.
23 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 23
def close: () -> untyped
|
#http ⇒ 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.
27 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 27
def http: () -> untyped
|
#new_http_client ⇒ 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.
39 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 39
def new_http_client: () -> untyped
|
#new_request_for ⇒ 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.
35 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 35
def new_request_for: (untyped verb, untyped url, untyped headers, untyped payload) -> untyped
|
#proxy ⇒ Object (writeonly)
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.
41 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 41
def proxy: () -> untyped
|
#request ⇒ 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.
33 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 33
def request: (untyped verb, untyped url, untyped headers, untyped payload, ?::Integer redirects) -> untyped
|
#response_for ⇒ 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.
37 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 37
def response_for: (untyped request) -> untyped
|
#start ⇒ 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.
29 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 29
def start: (untyped http) -> untyped
|
#use_proxy? ⇒ 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.
43 |
# File 'sig/gems/selenium/remote/http/default.rbs', line 43
def use_proxy?: () -> untyped
|