Inspect Canvas
inspect_canvasAuto-detect the rendering library of a canvas element, query its scene graph, and return an annotated screenshot with a coordinate grid overlay.
Instructions
Analyze a canvas element: auto-detect the rendering library, query its scene graph, and return an annotated screenshot with coordinate grid overlay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | Yes | Element ID of the canvas element from find results. | |
| format | No | Image format: 'png' (lossless, default) or 'jpeg' (lossy with quality control). | png |
| page_id | No | Page ID. If omitted, operates on the most recently used page. | |
| quality | No | JPEG quality 0-100. Only applies when format is jpeg. | |
| grid_spacing | No | Grid line spacing in pixels (default: 50). Smaller values give finer coordinate resolution. |