File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
py/selenium/webdriver/remote Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class ClientConfig:
71
71
"""Gets and Sets user agent to be added to the request headers."""
72
72
extra_headers = _ClientConfigDescriptor ("_extra_headers" )
73
73
"""Gets and Sets extra headers to be added to the request."""
74
-
74
+
75
75
def __init__ (
76
76
self ,
77
77
remote_server_addr : str ,
@@ -117,12 +117,10 @@ def __init__(
117
117
else ca_certs
118
118
)
119
119
120
-
121
120
def reset_timeout (self ) -> None :
122
121
"""Resets the timeout to the default value of socket."""
123
122
self ._timeout = socket .getdefaulttimeout ()
124
123
125
-
126
124
def get_proxy_url (self ) -> Optional [str ]:
127
125
"""Returns the proxy URL to use for the connection."""
128
126
proxy_type = self .proxy .proxy_type
You can’t perform that action at this time.
0 commit comments