screenshot
Capture a tab as a PNG image. Targets the active tab or a specific browser. Optionally capture the full scrollable page.
Instructions
Take a screenshot of a tab and return it as a PNG image. Targets the active tab unless a browserId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browserId | No | browserId of the tab to capture (from list_tabs). Defaults to the active tab. | |
| fullPage | No | Capture the full scrollable page instead of just the viewport. Default: false. |