browser_screenshot
Capture a screenshot of the current webpage or a specific element using a CSS selector. Optionally take a full-page screenshot by setting the fullPage parameter to true.
Instructions
Take a screenshot of the current page or a specific element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the screenshot | |
| selector | No | CSS selector for element to screenshot | |
| fullPage | No | Take a full page screenshot (default: false) |