-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing through Phantomjs options #163
Comments
Sounds like a good addition to #161 |
Awesome, feel free to close this issue if you would prefer to just track it there. :) On Thu, Dec 12, 2013 at 9:40 PM, Maciej Brencz [email protected]
|
@plasticine For now, it looks like you can use:
from |
@ericfreese Yep, that’s essentially what I’ve done for now. I ended up just making a custom runner that passes in the options that I want. Still, would be nicer to be able to just have phantomas pass them along. |
Will be done a part of #152 |
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.The text was updated successfully, but these errors were encountered: