compare_screenshots
Compare two screenshots pixel-by-pixel to detect visual differences. Returns difference percentage and a diff image highlighting changes.
Instructions
Compare two screenshots pixel-by-pixel. Returns difference percentage and a diff image highlighting changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Color difference threshold 0-255 (default: 10) | |
| screenshot1 | Yes | Path to first screenshot | |
| screenshot2 | Yes | Path to second screenshot |