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 c5748f8 commit ee83a6fCopy full SHA for ee83a6f
seleniumbase/core/browser_launcher.py
@@ -141,7 +141,7 @@ def _set_chrome_options(
141
chrome_options.add_experimental_option("prefs", prefs)
142
chrome_options.add_experimental_option("w3c", True)
143
chrome_options.add_experimental_option(
144
- "excludeSwitches", ["enable-automation"])
+ "excludeSwitches", ["enable-automation", "enable-logging"])
145
if servername == "localhost" or servername == "127.0.0.1":
146
chrome_options.add_experimental_option("useAutomationExtension", False)
147
if mobile_emulator:
0 commit comments