1.0.15 • Published 3 years ago

puppeteer-mass-screenshots v1.0.15

Weekly downloads
98
License
MIT
Repository
github
Last release
3 years ago

puppeteer-mass-screenshots

Prerequisites | Installation | Manual | InitOptions | StartOptions | FAQ

npm install puppeteer-mass-screenshots
npm install --save-prod puppeteer-mass-screenshots

const PuppeteerMassScreenshots = require('puppeteer-mass-screenshots');
const screenshots = new PuppeteerMassScreenshots();
await screenshots.init(page, screenshotsPath);
await screenshots.start();
await screenshots.stop();