capture_image
Capture a pixel-level screenshot (WebP, max 800px) for canvas/chart content, pixel comparisons, or when a user requests a screenshot. Use view_page for text-based page inspection.
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 |
|---|---|---|---|
| som | No | Overlay numbered labels on interactive elements matching view_page ref IDs (Set-of-Mark) | |
| full_page | No | Capture full scrollable page instead of just viewport |