Y
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
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.
link
jhartikainen
4730 days ago
That is true, I'll add a note about it
link