scout_navigate
Navigate to a URL or relative path (e.g. '/settings') to change the active page for UI testing. Supports back navigation for moving between previously visited pages.
Instructions
Navigate to a URL or a path relative to the attached base URL (e.g. '/orders'). Also supports 'back' via scout_back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Absolute URL or path like /settings | |
| 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. |