Y
Hacker News
new
|
ask
|
show
|
jobs
by
AlexNeoNomad
4079 days ago
Why not to execute a js code in Chrome or Fifefox in Javascript console?
1 comments
prezjordan
4079 days ago
I imagine this is to be used for something like automated testing.
link
curiously
4079 days ago
You would be able to do it with Selenium, which drives a real browser not a fake one.
link
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