navigate
Navigate the active browser tab to a specified URL, go back, or reload the page. Always check the current tab first to avoid overwriting the user's session.
Instructions
Navigate the ACTIVE tab to a URL (or action:'back' to go back, action:'reload' to refresh current page — all element refs become stale after reload). Waits for settle. WARNING: overwrites the user's active tab — always call virtual_desk FIRST to check what's open. First call per session is auto-redirected to virtual_desk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to (required for goto action) | |
| action | No | Navigation action: goto (default), back, or reload | goto |
| settle_ms | No | Extra wait time in ms after page load (default: 500) |