Hacker News new | ask | show | jobs
by rscale 4854 days ago
I recommend Selenium before I'd recommend PhantomJS in situations where Mechanize/Nokogiri don't cut the mustard,

I've found Selenium scripts much easier to comprehend, modify, and maintain over time than the PhantomJS scripts.

1 comments

Check out casperjs, it should make life easier. Phantomjs by itself is extremely cumbersome in my experience.