Ok so, right now I can\'t really afford to pay for any service. I want to be able to take screenshots using my rented server, which is Linux based, and output them on the sc
PhantomJs is the solution
if(phantom.state.length === 0){ phantom.state = '0_home'; phantom.open('http://www.mini.de'); } else if(phantom.state === '0_home'){ phantom.viewportSize = {width: 800, height: 600}; phantom.sleep(2000); phantom.render('home.png'); phantom.exit(0); }