Bug 1884441 - [marionette client] Disable pop-up blocker by default. r=webdriver-reviewers,Sasha

Differential Revision: https://phabricator.services.mozilla.com/D204097
This commit is contained in:
Henrik Skupin 2024-03-11 10:42:54 +00:00
parent 50d463aa31
commit 144e79e880

View File

@ -60,6 +60,8 @@ class GeckoInstance(object):
# Do not show datareporting policy notifications which can interfere with tests
"datareporting.policy.dataSubmissionEnabled": False,
"datareporting.policy.dataSubmissionPolicyBypassNotification": True,
# Disable popup-blocker
"dom.disable_open_during_load": False,
# Enabling the support for File object creation in the content process.
"dom.file.createInChild": True,
# Disable delayed user input event handling