Live data from Hacker News

Firefox 56 supports headless mode on Windows

bugzilla.mozilla.org

1–10 of 88 posts

Re: Firefox 56 supports headless mode on Windows

#4

So I can navigate by cardinal directions now (like scrolling south a bit)? Joke aside: can somone explain "headless" to me here?

The same reasons as Chrome headless [1] but with Gecko engine.

[1] https://developers.google.com/web/updates/2017/04/headless-c...

Re: Firefox 56 supports headless mode on Windows

#5

So I can navigate by cardinal directions now (like scrolling south a bit)? Joke aside: can somone explain "headless" to me here?

When you run the browser, but it doesn't actually display anything on screen.

Uses include rendering a screenshot (e.g. a preview thumbnail) of some website on a server, or running automated UI tests that click around a web app and fill out forms to verify its functionality.

Re: Firefox 56 supports headless mode on Windows

#7
post #6

Is there a linux headless mode already? Selenium chrome driver headless is pretty much useless in linux because important methods like `send_keys` need X anyway for keyboard mappings or something like that.

https://bugzilla.mozilla.org/show_bug.cgi?id=1356681

Support headless flag on Linux, RESOLVED FIXED in Firefox 55

Post reply on HN