Socket
Socket
Sign inDemoInstall

puppeteer-webshot-cli

Package Overview
Dependencies
115
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-webshot-cli

Easy website screenshots in CLI with headless Chrome using puppeteer


Version published
Maintainers
1
Weekly downloads
2

Weekly downloads

Readme

Source

Puppeteer Webshot CLI npm version

Easy website screenshots in CLI with headless Chrome using Puppeteer.

Usage: puppeteer-webshot-cli --url=https://example.com

Options:
  --help      Show help                                                [boolean]
  --version   Show version number                                      [boolean]
  --width     Width of viewport
  --height    Height of viewport
  --fullPage  When true, takes a screenshot of the full scrollable page.
              Defaults to true.                                  [default: true]
  --out       File path to save. If `-` specified, outputs to console in
              base64-encoded                                      [default: "-"]
  --debug     Print dimensions information                      [default: false]
  --delay     Delay to save screenshot after loading CSS. Milliseconds
  --css       Additional CSS URL to load
  --style     Additional style to apply to body
  --url                                                               [required]

Keywords

FAQs

Last updated on 30 Nov 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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