We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e7392 commit 906f44bCopy full SHA for 906f44b
py/selenium/webdriver/remote/remote_connection.py
@@ -149,7 +149,7 @@ class RemoteConnection:
149
150
# Class variables for headers
151
extra_headers = None
152
- user_agent = f"selenium/{__version__} (python {system}"
+ user_agent = f"selenium/{__version__} (python {system})"
153
154
@classmethod
155
def get_timeout(cls):
0 commit comments