cdp_site_scan
Scan webpage structure to detect interactive elements like iframes, forms, and shadow DOM components for browser automation workflows.
Instructions
Scan current page structure and store in site memory. Detects iframes, shadow DOM, forms, and key elements. Automatically skips if already scanned this conversation epoch (compaction resets this). Use force=true to rescan anyway.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force rescan even if already scanned this epoch (default: false) | |
| note | No | Optional note to add to site memory |