browser_screenshot
Capture a webpage or a specific element as a PNG screenshot. Use a CSS selector to target an element or enable full-page capture for the entire scrollable page.
Instructions
Take a screenshot of the page or of a single element. Returns a PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector of the element (optional, else the page) | |
| full_page | No | Capture the whole scrollable page |