mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
50d463aa31
commit
144e79e880
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user