screenshot
Capture the current page as an image to visually inspect layout, spacing, and alignment. Saves a full-resolution PNG to disk and returns its path.
Instructions
Capture the current page as an image so you can visually judge layout, spacing, and alignment. Also saves a full-resolution PNG to disk and returns its path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Resize viewport to this width first. Omit to keep current. | |
| format | No | png is sharper, jpeg is much cheaper in tokens. | jpeg |
| selector | No | CSS selector to capture just one element. Omit for the whole page. | |
| full_page | No | Capture the entire scrollable page instead of just the viewport. |