Hacker News new | ask | show | jobs
by cburgmer 4234 days ago
PhantomJS, SlimerJS or Selenium?

Selenium if you want to support all browsers, including mobile.

PhantomJS if you want a performant and easy solution.

SlimerJS if you want PhantomJS but want HTML5/CSS3, too (or just need Firefox).

My 2 cents