screenshot
Capture a PNG image of a web page using software rendering. Optionally capture the full scrollable content instead of just the viewport.
Instructions
Capture a PNG screenshot of a web page. Uses Servo's software renderer — no GPU required. Set full_page to capture the full scrollable content instead of just the viewport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to capture (http/https only) | |
| full_page | No | Capture the full scrollable page instead of just the viewport. Default: false | |
| timeout | No | Page load timeout in seconds. Default: 30 | |
| settle_ms | No | Extra wait in ms after the `load` event. Default: 0. Max: 10000. |