Skip to content

Commit 282e7e8

Browse files
committed
Disable captive portal detection in Firefox.
(Maybe this change should be made in Geckodriver instead?)
1 parent 1e271a2 commit 282e7e8

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
@@ -60,6 +60,7 @@
6060
"dom.max_script_run_time": 30,
6161
"dom.report_all_js_exceptions": true,
6262
"javascript.options.showInConsole": true,
63+
"network.captive-portal-service.enabled": false,
6364
"security.csp.enable": false,
6465
"startup.homepage_welcome_url": "about:blank",
6566
"startup.homepage_welcome_url.additional": "about:blank",

0 commit comments

Comments
 (0)