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 78955da commit 9f938aeCopy full SHA for 9f938ae
py/selenium/webdriver/remote/remote_connection.py
@@ -145,7 +145,7 @@ class RemoteConnection:
145
https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol
146
"""
147
148
- browser_name = None
+ browser_name: Optional[str] = None
149
# Keep backward compatibility for AppiumConnection - https://github.com/SeleniumHQ/selenium/issues/14694
150
import os
151
import socket
0 commit comments