I tried to use phantomjs for screen capturing my page with node-phantom bridge. Here is what I\'m trying:
var phantom = require(\'node-phantom\'); phantom.cre
JavaScript code needs some time to execute. Try to have a delay between setting the page content and calling render.
render