Serverside WebKit with node.js

In my node.js application, I need to display the HTML5 page on the server side and take a screenshot. Are there libraries for this?

+5
source share
1 answer

Check out CasperJS , which is based on PhantomJS .

+7
source

All Articles