Y
Hacker News
new
|
ask
|
show
|
jobs
by
curiously
4079 days ago
You would be able to do it with Selenium, which drives a real browser not a fake one.
3 comments
moondowner
4079 days ago
BooJS uses PhantomJS. In Selenium, if you want to go headless you will use PhantomJS again [1].
[1]
http://code.tutsplus.com/tutorials/headless-functional-testi...
link
curiously
4079 days ago
just run it with Xvfb, and you got a headless browser.
link
ugexe
4079 days ago
Not everyone wants to install x-server and friends on their servers
link
curiously
4079 days ago
why wouldn't you?
link
abroncs
4079 days ago
This is headless.
link
[1] http://code.tutsplus.com/tutorials/headless-functional-testi...