Skip to content

Commit 1dced39

Browse files
author
John Doherty
committed
modified phantomjs driver to support self certs
1 parent 76a440e commit 1dced39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/phantomDriver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ module.exports = function() {
1313
browserName: 'phantomjs',
1414
javascriptEnabled: true,
1515
acceptSslCerts: true,
16-
'phantomjs.binary.path': phantomjs.path
16+
'phantomjs.binary.path': phantomjs.path,
17+
'phantomjs.cli.args': '--ignore-ssl-errors=true'
1718
}).build();
1819

1920
driver.manage().window().maximize();

0 commit comments

Comments
 (0)