screenshotAndAnnotate
Capture a browser screenshot correlated with IDE state: dev server URL, diagnostics, and git diff. Specify URL, wait for selector, or capture full page.
Instructions
Correlate browser state with IDE state: dev server URL, diagnostics, git diff summary, and Playwright steps to capture screenshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to screenshot. If omitted, derived from package.json dev script. | |
| waitForSelector | No | CSS selector to wait for before screenshotting (e.g. '#app') | |
| fullPage | No | Capture full scrollable page (default: false) |