We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a440e commit 1dced39Copy full SHA for 1dced39
runtime/phantomDriver.js
@@ -13,7 +13,8 @@ module.exports = function() {
13
browserName: 'phantomjs',
14
javascriptEnabled: true,
15
acceptSslCerts: true,
16
- 'phantomjs.binary.path': phantomjs.path
+ 'phantomjs.binary.path': phantomjs.path,
17
+ 'phantomjs.cli.args': '--ignore-ssl-errors=true'
18
}).build();
19
20
driver.manage().window().maximize();
0 commit comments