We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Q: When I run a phantomjs webdriver it's loading an about:blank page instead of my site?
A: This is usually caused by an invalid cert. You can fix by passing a flag to the .conf like so:
local-phantomjs { webdriver { browser: phantomjs type: local capabilities: { "phantomjs.cli.args" : ["--ignore-ssl-errors=yes"] } } }