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 3b5fcfe commit 00663a8Copy full SHA for 00663a8
seleniumbase/core/browser_launcher.py
@@ -229,7 +229,7 @@ def _create_firefox_profile(
229
profile.set_preference("app.update.enabled", False)
230
profile.set_preference("app.update.silent", True)
231
profile.set_preference("browser.privatebrowsing.autostart", True)
232
- profile.set_preference("devtools.errorconsole.enabled", True)
+ profile.set_preference("devtools.errorconsole.enabled", False)
233
profile.set_preference("extensions.allowPrivateBrowsingByDefault", True)
234
profile.set_preference("extensions.PrivateBrowsing.notification", False)
235
profile.set_preference("extensions.systemAddon.update.enabled", False)
0 commit comments