DEV Community

Discussion on: 📷 How to take a screenshot of a webpage with JavaScript in Node.js (using puppeteer)

Collapse
 
crisenitan profile image
Chris Enitan

This would really be good for automating tasks, especially in some test cases.
However when I read the title I must say I really hoped it would be vanilla JS but hey neither Node js nor Puppeteer are far off that.

Collapse
 
benjaminmock profile image
Benjamin Mock • Edited

True, I adjusted the title to include both, Node.js and puppeteer. Thanks for the hint!