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 336bcde commit 06c8287Copy full SHA for 06c8287
seleniumbase/core/browser_launcher.py
@@ -175,7 +175,6 @@ def _create_firefox_profile(
175
profile.set_preference("extensions.update.enabled", False)
176
profile.set_preference("browser.privatebrowsing.autostart", True)
177
profile.set_preference("extensions.allowPrivateBrowsingByDefault", True)
178
- profile.set_preference("extensions.PrivateBrowsing.notification", False)
179
profile.set_preference("devtools.errorconsole.enabled", True)
180
profile.set_preference(
181
"datareporting.healthreport.logging.consoleEnabled", False)
0 commit comments