browser_screenshot
Capture a screenshot of the current browser page, optionally select a specific element using a CSS selector or capture the full scrollable page. Returns a base64-encoded PNG.
Instructions
Take a screenshot of the current browser page. Returns a base64-encoded PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Optional CSS selector to screenshot a specific element | |
| fullPage | No | Capture the full scrollable page (default: false) |