-
Notifications
You must be signed in to change notification settings - Fork 0
Support modern browsers, not just PhantomJS #7
Comments
Chromium headless looks to have been worked on actively the last couple of months. Instructions on how to build here: https://chromium.googlesource.com/chromium/src/+/master/headless/README.md It will require a custom build Chromium for foreseeable future, since graphics backend is compile time choice and Linux builds use X11 or Wayland probably. |
Looks like QtWebkit has been resurrected, with ES2015 etc coming to PhantomJS 2.5: |
Chrome headless will be shipping in 59 for all platforms: |
And the PhantomJS maintainer stepped down, https://groups.google.com/forum/#!topic/phantomjs/9aI5d-LDuNE |
Headless API for Chrome, by official Chrome team and using a standard binary build of Chrome: https://github.com/GoogleChrome/puppeteer |
Some work is still going on in PhantomJS, moving towards a 2.5 release: ariya/phantomjs#14458 |
PhantomJS 2, uses WebKit 538.1, which was released in November 2013.
Significant improvements have been done in browsers in these 2+ years. Both in terms of performance, new HTML apis (not so relevant for us) and new language support (ES6/ES2015 etc).
Because Qt Project deprecated the QtWebkit they use in favor of Blink-based QtWebEngine, a more modern version would only come with (yet unplanned) PhantomJS 3 which would rewrite this...
The challenge is to have a headless setup suitable for running in production.
Alternatives
Fast but highly experiemental webengine, part of Mozilla's Rust project
Headless approaches
xfvb-run
(virtual X11) to work on Heroku. Possible but not easyRelated to #6
The text was updated successfully, but these errors were encountered: