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 dafb42b commit e74d694Copy full SHA for e74d694
seleniumbase/core/browser_launcher.py
@@ -312,7 +312,7 @@ def _create_firefox_profile(
312
profile.set_preference("browser.privatebrowsing.autostart", True)
313
profile.set_preference("devtools.errorconsole.enabled", False)
314
profile.set_preference("dom.webnotifications.enabled", False)
315
- profile.set_preference("dom.disable_beforeunload", True)
+ profile.set_preference("dom.disable_beforeunload", False)
316
profile.set_preference("browser.contentblocking.database.enabled", False)
317
profile.set_preference("extensions.allowPrivateBrowsingByDefault", True)
318
profile.set_preference("extensions.PrivateBrowsing.notification", False)
0 commit comments