diff --git a/testing/marionette/client/marionette/geckoinstance.py b/testing/marionette/client/marionette/geckoinstance.py index a047b5d441a..3a318094270 100644 --- a/testing/marionette/client/marionette/geckoinstance.py +++ b/testing/marionette/client/marionette/geckoinstance.py @@ -12,6 +12,7 @@ class GeckoInstance(object): required_prefs = {"marionette.defaultPrefs.enabled": True, "marionette.defaultPrefs.port": 2828, + "startup.homepage_welcome_url": "about:blank", "browser.warnOnQuit": False} def __init__(self, host, port, bin, profile):