browser_screenshot
Take a screenshot of the current page or a specific element using a CSS selector. Adjust JPEG quality and enable full-page capture to document the complete page.
Instructions
Take a screenshot of the current page. Pass a CSS selector to capture just that element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | JPEG quality 0-100 (default 80) | |
| fullPage | No | Full page screenshot (default false) | |
| selector | No | CSS selector to capture only that element (optional) |