Skip to content

Commit e608f91

Browse files
committed
Use default Chrome log-level on Windows
1 parent 2d435bf commit e608f91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

seleniumbase/core/browser_launcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ def _set_chrome_options(
104104
chrome_options, proxy_string, proxy_user, proxy_pass)
105105
chrome_options.add_extension(DRIVER_DIR + "/proxy.zip")
106106
chrome_options.add_argument('--proxy-server=%s' % proxy_string)
107-
if "win32" in sys.platform or "win64" in sys.platform:
108-
chrome_options.add_argument("--log-level=3")
109107
return chrome_options
110108

111109

0 commit comments

Comments
 (0)