Socket
Socket
Sign inDemoInstall

puppeteer-mass-screenshots

Package Overview
Dependencies
68
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "puppeteer-mass-screenshots",
"version": "1.0.7",
"version": "1.0.8",
"description": "This package creates massive amount of screenshots automatically, using Chrome API screencast,",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -48,3 +48,3 @@ # puppeteer-mass-screenshots

### page
the page object you already use with you Puppeteer run.
the page object you already use with your Puppeteer run.

@@ -51,0 +51,0 @@ ### outputFolder

@@ -16,7 +16,8 @@ const PuppeteerMassScreenshots = require('../index');

const input = await page.$('input[name=q]');
await input.type('puppeteer-mass-screenshots', { delay: 1000 });
await input.type('puppeteer-mass-screenshots', { delay: 100 });
await input.press('Enter');
// await page.waitForNavigation({ waitUntil: 'domcontentloaded' });
await page.waitForNavigation({ waitUntil: 'networkidle0' });
setTimeout(() => console.log('Done'), 3000);
await screenshots.stop();
await browser.close();
})();
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc