Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 98fe3d2

Browse files
Hexclesjugglinmike
authored andcommitted
[wptrunner] Explicitly ignore certificate errors for Chrome
ChromeDriver will no longer pass --ignore-certificate-error by default and users need to explicitly request the acceptInsecureCerts capability. https://crbug.com/chromedriver/3148
1 parent 6a38041 commit 98fe3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/wptrunner/wptrunner/browsers/chrome.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def executor_kwargs(test_type, server_config, cache_manager, run_info_data,
3939
executor_kwargs["supports_eager_pageload"] = False
4040

4141
capabilities = {
42+
"acceptInsecureCerts": True,
4243
"goog:chromeOptions": {
4344
"prefs": {
4445
"profile": {

0 commit comments

Comments
 (0)