slimerjs v0.10.0 Release Notes

Release Date: 2016-05-02 // almost 8 years ago
  • ๐Ÿš€ This new release brings new features and compatibility with Firefox 46. Among of them:

    • ๐Ÿ‘Œ support of PDF export
    • ๐Ÿ‘Œ support of Selenium with a "web driver mode"
    • ๐Ÿ‘Œ support of stdout, stderr and stdin streams with the system module
    • ๐Ÿ‘Œ support of exit code with phantom.exit() and slimer.exit()
    • ๐Ÿ‘Œ support of node_modules with require()
    • ๐Ÿ‘Œ support of special files (/dev/* etc) with the fs module

    ๐Ÿ›  This version fixes also many bugs and conformance issues with PhantomJS 1.9.8 and 2.x.

    ๐Ÿš€ See change details in release notes.

    ๐Ÿ— Note that there isn't anymore "standalone edition" (with embedding of XulRunner), because Mozilla ceased to maintain and build XulRunner. Only the "lightweight" edition is available from now, and you must install Firefox to run SlimerJS.