brenden / node-webshot

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

Multiple webshots #148

Open ghost opened 8 years ago

ghost commented 8 years ago

Can i take multiple webshots of a webpage like after a wait of some 40 ms and also call a javascript function inside the page

rajibbrunel commented 7 years ago

u can use asyc module to do that... and save as different name

ganlanyuan commented 6 years ago

Hey @rajibbrunel , Any detail in using async module?