browser_take_screenshot
Capture a page's visual state to verify layout or record UI evidence. Target a specific tab or capture the full scrollable page.
Instructions
Take a screenshot of a page. Use browser_snapshot to find interactable elements instead. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). | |
| fullPage | No | Capture full scrollable page (default: visible viewport only) |