navigate
Open a URL in the active browser tab, go back, or reload the page. Waits for the page to settle, overwrites the active tab, and routes the first call to the virtual desk.
Instructions
Navigate the active tab to a URL, or action 'back' / 'reload' (all refs become stale after reload). Waits for settle. Overwrites the user's active tab — check virtual_desk first; the first call per session is redirected to virtual_desk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open (required for goto) | |
| action | No | goto (default) | back | reload | goto |
| settle_ms | No | Extra wait in ms after load (default 500) |