enhanced_page_analyzer
Identify and debug web interface issues by analyzing pages with screenshots, console logs, interactive element mapping, and performance metrics.
Instructions
Analyze a page with screenshots, console logs, interactive element mapping, and performance metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to analyze (e.g., http://localhost:4999, https://example.com) | |
| includeConsole | No | Whether to include console logs. Default: true | |
| mapElements | No | Whether to map interactive elements. Default: true | |
| fullPage | No | Whether to capture full page or just viewport. Default: false | |
| waitForSelector | No | Optional CSS selector to wait for before analysis | |
| device | No | Optional device to emulate (e.g., "iPhone 13", "Pixel 5") |