Class: Selenium::WebDriver::Remote::Http::Common
- Inherits:
-
Object
- Object
- Selenium::WebDriver::Remote::Http::Common
- Defined in:
- sig/gems/selenium/remote/http/common.rbs
Direct Known Subclasses
Constant Summary collapse
- MAX_REDIRECTS =
- CONTENT_TYPE =
- DEFAULT_HEADERS =
Instance Attribute Summary collapse
-
#server_url ⇒ Object
writeonly
Sets the attribute server_url.
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
- #close ⇒ Object
- #create_response ⇒ Object
- #quit_errors ⇒ Array[untyped]
- #request ⇒ Object
- #server_url ⇒ Object writeonly
Instance Attribute Details
#server_url=(value) ⇒ Object (writeonly)
Sets the attribute server_url
12 13 14 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 12 def server_url=(value) @server_url = value end |
Class Method Details
.extra_headers ⇒ Object
20 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 20 def self.extra_headers: () -> untyped |
.extra_headers= ⇒ Object
22 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 22 def self.extra_headers=: (Hash[String, untyped]) -> untyped |
.user_agent ⇒ Object
24 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 24 def self.user_agent: () -> untyped |
.user_agent= ⇒ Object
26 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 26 def self.user_agent=: (String) -> untyped |
Instance Method Details
#call ⇒ Object
18 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 18 def call: (untyped verb, untyped url, untyped command_hash) -> untyped |
#close ⇒ Object
16 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 16 def close: () -> untyped |
#create_response ⇒ Object
34 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 34 def create_response: (untyped code, untyped body, untyped content_type) -> untyped |
#quit_errors ⇒ Array[untyped]
14 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 14 def quit_errors: () -> Array[untyped] |
#request ⇒ Object
32 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 32 def request: (*untyped) -> untyped |
#server_url ⇒ Object (writeonly)
30 |
# File 'sig/gems/selenium/remote/http/common.rbs', line 30 def server_url: () -> untyped |