Skip to content

Commit ee83a6f

Browse files
committed
Reduce unwanted logging messages
1 parent c5748f8 commit ee83a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _set_chrome_options(
141141
chrome_options.add_experimental_option("prefs", prefs)
142142
chrome_options.add_experimental_option("w3c", True)
143143
chrome_options.add_experimental_option(
144-
"excludeSwitches", ["enable-automation"])
144+
"excludeSwitches", ["enable-automation", "enable-logging"])
145145
if servername == "localhost" or servername == "127.0.0.1":
146146
chrome_options.add_experimental_option("useAutomationExtension", False)
147147
if mobile_emulator:

0 commit comments

Comments
 (0)