Skip to content

Commit d4b6520

Browse files
committed
Use w3c WebDriver for Chrome
1 parent 6e19297 commit d4b6520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def _set_chrome_options(
109109
}
110110
}
111111
chrome_options.add_experimental_option("prefs", prefs)
112+
chrome_options.add_experimental_option("w3c", True)
112113
if enable_sync:
113114
chrome_options.add_experimental_option(
114115
"excludeSwitches", ["disable-sync"])

0 commit comments

Comments
 (0)