live_screenshot
Capture a JPEG screenshot of the currently targeted browser tab to inspect visual details such as layout, colors, or rendered content. Use when the question is about appearance rather than finding a selector.
Instructions
JPEG screenshot of the side panel's target tab (the pinned tab, or the active tab if none is pinned). Prefer live_snapshot for finding a selector to act on -- reach for this when the question is genuinely visual (layout, colors, whether something rendered). Requires the side panel open and connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| quality | No | JPEG quality 1-100, default 60 | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. | |
| fullPage | No | Capture the full scrollable page instead of just the viewport |