Hacker News new | ask | show | jobs
by diggan 4730 days ago
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.
1 comments

That is true, I'll add a note about it