batch_screenshot_urls
Capture screenshots of multiple URLs and display them in a grid for visual comparison.
Instructions
Take screenshots of multiple URLs and display them in a grid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of URLs to capture screenshots of | |
| paths | No | Optional array of paths to label the screenshots with | |
| fullPage | No | Whether to capture full page or just viewport. Default: false | |
| waitTime | No | Time to wait in milliseconds before taking each screenshot. Default: 5000 (configurable via VUDA_STABILITY_WAIT) | |
| gridSize | No | Size of grid (2 for 2x2, 4 for 4x4). Default: 2 |