analyze_screenshot
Analyze test screenshots using OCR and visual analysis to extract text, compare UI states, and provide detailed image analysis for QA validation.
Instructions
🔍 Analyze test screenshot with OCR and visual analysis - returns image to Claude Vision for detailed analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenshotUrl | No | Screenshot URL to download and analyze | |
| screenshotPath | No | Local path to screenshot file | |
| testId | No | Test ID for context | |
| enableOCR | No | Enable OCR text extraction (slower) | |
| analysisType | No | basic=metadata+OCR only, detailed=includes image for Claude Vision | detailed |
| expectedState | No | Expected UI state for comparison |