scout_coverage
Identify visited UI states and untested elements across runs. Use coverage gaps to choose next exploration targets and confirm when the session budget is satisfied.
Instructions
Show exploration coverage: states visited across all runs and which elements remain unexercised. Use to decide where to explore next and when the level's budget is satisfied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Target this session directly instead of the active one — pass it explicitly when dispatching to MULTIPLE sessions in one turn (e.g. two scout_click calls with different `session`), which then run CONCURRENTLY rather than queueing. Omit for single-session sequential use. |