Hacker News new | ask | show | jobs
Headless browser testing in NodeJS with Selenium and Xvfb (codeutopia.net)
2 points by jhartikainen 4730 days ago
1 comments

Both Selenium and PhantomJS implements Webdriver which means that whatever you are using for testing with Selenium, you can instead start PhantomJS with --webdriver=4444 and use PhantomJS instead.
That is true, I'll add a note about it