We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da1654 commit 12c91b1Copy full SHA for 12c91b1
py/selenium/webdriver/remote/client_config.py
@@ -71,7 +71,7 @@ class ClientConfig:
71
"""Gets and Sets user agent to be added to the request headers."""
72
extra_headers = _ClientConfigDescriptor("_extra_headers")
73
"""Gets and Sets extra headers to be added to the request."""
74
-
+
75
def __init__(
76
self,
77
remote_server_addr: str,
@@ -117,12 +117,10 @@ def __init__(
117
else ca_certs
118
)
119
120
121
def reset_timeout(self) -> None:
122
"""Resets the timeout to the default value of socket."""
123
self._timeout = socket.getdefaulttimeout()
124
125
126
def get_proxy_url(self) -> Optional[str]:
127
"""Returns the proxy URL to use for the connection."""
128
proxy_type = self.proxy.proxy_type
0 commit comments