browser_take_screenshot
Capture a screenshot of a specified browser tab, using tab ID or index. Supports full-page capture. Returns a base64 PNG image.
Instructions
Take a screenshot of the specified tab. Returns a base64 PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| full_page | No | Capture full page (default: false). | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |