What can you do with SlimerJS?
SlimerJS allows you to execute a javascript script outside a classical web browser.
In your javascript script, you can use some modules providing many APIs:
All of these features are executed on top of the core of Firefox. and are already implemented in SlimerJS.
These APIs are similar to the APIs of Phantomjs but for the moment, SlimerJS is not fully compatible with PhantomJS. However in a near future, it will be. It's the main goal for the next version SlimerJS 1.0.
SlimerJS is not only a PhantomJS clone, it contains also additional features right now:
webpage.open()
returns a promise.Try SlimerJS for your web projects!