Skip to content

Commit 8a23baa

Browse files
committed
Use log-level 3 for default Chrome logging
1 parent ecf25a8 commit 8a23baa

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
@@ -107,6 +107,7 @@ def _set_chrome_options(
107107
}
108108
chrome_options.add_experimental_option("prefs", prefs)
109109
chrome_options.add_argument("--test-type")
110+
chrome_options.add_argument("--log-level=3")
110111
chrome_options.add_argument("--no-first-run")
111112
chrome_options.add_argument("--ignore-certificate-errors")
112113
chrome_options.add_argument("--allow-file-access-from-files")

0 commit comments

Comments
 (0)