pkaneshige/Capture Screenshot
Use Puppeteer to capture a screenshot from a URL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source of the content to be captured, may be a URL or HTML content | yes | — |
| destination | The destination filename the captured website will be written to | no | screenshot.png |
| delay | The number of seconds to wait after the page finished loading before capturing the screenshot | no | 0 |
| full-page | Capture the full scrollable page, not just the viewport | no | false |
| width | Page width | no | 1280 |
Outputs
| name | description |
|---|---|
| path | The filesystem path to the website screenshot |