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 66e1130 commit fc91fcfCopy full SHA for fc91fcf
py/selenium/webdriver/edge/remote_connection.py
@@ -34,7 +34,7 @@ def __init__(
34
) -> None:
35
super().__init__(
36
remote_server_addr=remote_server_addr,
37
- vendor_prefix="goog",
+ vendor_prefix="ms",
38
browser_name=EdgeRemoteConnection.browser_name,
39
keep_alive=keep_alive,
40
ignore_proxy=ignore_proxy,
0 commit comments