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 ecf25a8 commit 8a23baaCopy full SHA for 8a23baa
seleniumbase/core/browser_launcher.py
@@ -107,6 +107,7 @@ def _set_chrome_options(
107
}
108
chrome_options.add_experimental_option("prefs", prefs)
109
chrome_options.add_argument("--test-type")
110
+ chrome_options.add_argument("--log-level=3")
111
chrome_options.add_argument("--no-first-run")
112
chrome_options.add_argument("--ignore-certificate-errors")
113
chrome_options.add_argument("--allow-file-access-from-files")
0 commit comments