scout_click
Click an element by its snapshot ID and return a healer result describing changes. Use force=true to bypass overlays like shadow DOM or modals.
Instructions
Click an element by its snapshot ID. Returns healer result describing what changed. If stateChange is 'navigation', element IDs are now stale — call scout_snapshot before using any IDs again. Use force=true to bypass overlay elements (shadow DOM, modals) that intercept clicks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Element ID from the last snapshot | |
| force | No | Bypass overlay interception (default: false). Use when shadow DOM or modal overlays block normal clicks. |