File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
java/test/org/openqa/selenium/testing/drivers Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,7 @@ public Capabilities getCapabilities() {
5858 "disable-breakpad" ,
5959 "disable-dev-shm-usage" ,
6060 "no-sandbox" ,
61- "disable-search-engine-choice-screen" ,
62- "ignore-certificate-errors" ,
63- "ignore-ssl-errors" ,
64- "ignore-certificate-errors-spki-list" ,
65- "ignore-urlfetcher-cert-requests" );
61+ "disable-search-engine-choice-screen" );
6662
6763 // Accept self-signed and invalid certificates for HTTPS testing
6864 options .setAcceptInsecureCerts (true );
@@ -99,11 +95,7 @@ public Capabilities getCapabilities() {
9995 "disable-infobars" ,
10096 "disable-breakpad" ,
10197 "disable-dev-shm-usage" ,
102- "no-sandbox" ,
103- "ignore-certificate-errors" ,
104- "ignore-ssl-errors" ,
105- "ignore-certificate-errors-spki-list" ,
106- "ignore-urlfetcher-cert-requests" );
98+ "no-sandbox" );
10799
108100 // Accept self-signed and invalid certificates for HTTPS testing
109101 options .setAcceptInsecureCerts (true );
You can’t perform that action at this time.
0 commit comments