Skip to content

Commit fc91fcf

Browse files
committed
[py] Fix vendor prefix for Edge browser
1 parent 66e1130 commit fc91fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/edge/remote_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(
3434
) -> None:
3535
super().__init__(
3636
remote_server_addr=remote_server_addr,
37-
vendor_prefix="goog",
37+
vendor_prefix="ms",
3838
browser_name=EdgeRemoteConnection.browser_name,
3939
keep_alive=keep_alive,
4040
ignore_proxy=ignore_proxy,

0 commit comments

Comments
 (0)