puppeteer_screenshot
Capture screenshots of web pages or specific elements using CSS selectors. Configure dimensions for precise output. Tool integrates with a Puppeteer-based server for browser automation tasks.
Instructions
Take a screenshot of the current page or a specific element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| height | No | Height in pixels (default: 600) | |
| name | Yes | Name for the screenshot | |
| selector | No | CSS selector for element to screenshot | |
| width | No | Width in pixels (default: 800) |