Skip to content

Commit cc0647a

Browse files
committed
Prevent the additional welcome URL from being opened in Firefox 42
Introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1209140
1 parent c36c1f6 commit cc0647a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/firefox-driver/webdriver.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"javascript.options.showInConsole": true,
6868
"network.http.max-connections-per-server": 10,
6969
"startup.homepage_welcome_url": "about:blank",
70+
"startup.homepage_welcome_url.additional": "about:blank",
7071
"webdriver_accept_untrusted_certs": true,
7172
"webdriver_assume_untrusted_issuer": true
7273
}

0 commit comments

Comments
 (0)