browser_screenshot
Capture full-page or specific element screenshots using CSS selectors, apply masking as needed, and save to a specified path. Ideal for precise web content documentation and testing within autonomous browser automation workflows.
Instructions
Capture a screenshot of the current page or a specific element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fullPage | No | Capture full page height | |
mask | No | Selectors for elements to mask | |
name | Yes | Identifier for the screenshot | |
savePath | No | Path to save screenshot (default: user's Downloads folder) | |
selector | No | CSS selector for element to capture |