phantomjs.rb
phantomjs.rb copied to clipboard
Ruby wrapper for phantomjs
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
I installed phantomjs on ubuntu using sudo apt-get install phantomjs. No problem. I then installed the phantomjs.rb gem using gem install phantomjs.rb. Installed fine. But when I run Phantomjs.inline() from...
`phantom.args` is deprecated (link)[http://phantomjs.org/api/phantom/property/args.html) The readme just needed to be updated. For me, I just followed the default install instructions. I'm on Ruby 2.2.0 The fix for me was to...
I'm having difficulty trying to debug the script I'm executing from rails: ``` ruby Phantomjs.run('./public/javascripts/thirdScreenCapture.js', 'email', 'password') ``` This then runs my thirdScreenCapture.js: ``` javascript var webPage = require('webpage'); var...
It would be nice to be able to specify a proxy and other options! Thanks for the great gem