You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I does not currently seem to be possible to pass along options to phantomjs when running phantomas.
CasperJS does this nice thing where it will pass any unrecognised config options down to phantom.
In my case I would like to set a few phantom specific options; --ignore-ssl-errors=true --cookies-file=cookie_jar, but that doesn’t seem to be possible.
As
phantomas.js
entry point uses node.js now (#151), we can use optimist module for handling options passed to the script.The text was updated successfully, but these errors were encountered: