capture_image
Capture pixel-level visual screenshots for canvas content, animation rendering, or user-requested screenshots. Does not read text or support interaction.
Instructions
Pixel-level visual screenshot (WebP, max 800px, <100KB). Do NOT call this to see what is on the page — call view_page instead (10-30x cheaper, returns text + refs you can click). capture_image cannot drive click/type and cannot read text. The ONLY valid uses: (1) canvas/chart content that has no DOM text, (2) pixel-level animation or rendering comparison, (3) the user explicitly asks for a screenshot. If you are unsure, use view_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_page | No | Capture full scrollable page instead of just viewport | |
| som | No | Overlay numbered labels on interactive elements matching view_page ref IDs (Set-of-Mark) |