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.
2 parents 9440b5e + 849b553 commit 757a38cCopy full SHA for 757a38c
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