Skip to content

Commit 00663a8

Browse files
committed
Update Firefox preferences
1 parent 3b5fcfe commit 00663a8

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
@@ -229,7 +229,7 @@ def _create_firefox_profile(
229229
profile.set_preference("app.update.enabled", False)
230230
profile.set_preference("app.update.silent", True)
231231
profile.set_preference("browser.privatebrowsing.autostart", True)
232-
profile.set_preference("devtools.errorconsole.enabled", True)
232+
profile.set_preference("devtools.errorconsole.enabled", False)
233233
profile.set_preference("extensions.allowPrivateBrowsingByDefault", True)
234234
profile.set_preference("extensions.PrivateBrowsing.notification", False)
235235
profile.set_preference("extensions.systemAddon.update.enabled", False)

0 commit comments

Comments
 (0)