Headless browser testing in NodeJS with Selenium and Xvfb
codeutopia.netBoth 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