navigate
Load a URL or manage browser tabs—list, switch, open, close—with configurable timeouts, wait conditions, and retries to ensure pages finish loading before acting.
Instructions
Navigate to a URL or manage browser tabs (list, switch, new tab, close tab). Supports configurable wait conditions, timeout, and automatic retry on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to (required unless tabAction is list, new, or close without url) | |
| retries | No | Retry count on failure | |
| timeout | No | ||
| tabIndex | No | Zero-based index of the tab to switch to or close | |
| smartWait | No | Wait for page content to stabilize before returning | |
| tabAction | No | Tab management action: navigate (default), list (show all tabs), switch (switch active tab), new (open new tab), close (close tab) | navigate |
| waitUntil | No | networkidle | |
| autoSwitchNewTab | No | Automatically switch to newly opened popups or blank target tabs |