scout_press
Press keyboard keys like Escape, Tab, or Enter to close modals and verify keyboard navigation during exploratory UI testing.
Instructions
Press a keyboard key (e.g. Escape, Tab, Enter) — useful for closing modals and testing keyboard navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| 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. |