shresht7/Web-Screenshot-Action
Capture screenshots of a website 📷
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to take the screenshot of | yes | — |
| path | Save screenshot as | no | screenshot.png |
| width | Viewport width | no | 1920 |
| height | Viewport height | no | 1080 |
| captureFullPage | Take screenshot of the entire page | no | false |
| captureBeyondViewport | Capture beyond the viewport constraints | no | false |
| omitBackground | Omit the background allowing for transparent images | no | false |
| encoding | Output screenshot encoding. (`base64` / `binary` / `undefined`) | no | — |
| shouldCreateArtifacts | Generate screenshot artifacts | no | false |
| delay | Wait for duration (in milliseconds) before taking a screenshot | no | 1000 |
| darkMode | Enable dark mode by setting `prefers-color-scheme: dark` media feature | no | false |
Outputs
no outputs