capture_live_site
Capture a full-page screenshot of any live website URL using a headless browser, providing a current visual reference for design verification.
Instructions
Take a fresh full-page screenshot of a live website URL using a headless browser. Requires the optional playwright dependency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL of the site to capture | |
| waitStrategy | No | 'load' + settle works on heavy sites; 'networkidle' waits for total quiet | load |