phantomjs.rb
phantomjs.rb copied to clipboard
Setting options
It would be nice to be able to specify a proxy and other options!
Thanks for the great gem
@antoinerg Thanks. What kind of other options were you thinking about? Any examples on how you see it working?
+1
set the CLI options: http://phantomjs.org/api/command-line.html
I really would like to set the --ignore-ssl-errors
flag.
@ainformatico Thanks for the link. I will implement this as soon as I can.
I created https://github.com/westoque/phantomjs.rb/pull/14 that should fix this issue.