brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

Does webshot support angular? #188

Open yahely opened 7 years ago

yahely commented 7 years ago

I tried to take a screenshot from an angular page, but it shows a blank page. Thanks.

MDSLKTR commented 7 years ago

The page probably hasn't rendered yet. Try using renderDelay or takeShotOnCallback. Also phantomjs doesn't support these features: http://phantomjs.org/supported-web-standards.html

Manaskumar119 commented 6 years ago

@MDSLKTR , how to take screen shot in angular 4 , any help ?