Navigate
browser_navigateNavigate to a URL or use back/forward/reload to move through browser history, returning a snapshot of the resulting page.
Instructions
Go to a URL, or move through history. Returns a snapshot of the resulting page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open. Omit when using `direction`. | |
| timeout | No | ||
| tabIndex | No | Act on this tab just for this call, without changing which tab is active. Defaults to the active tab. To switch tabs for good, use browser_tabs with action 'select'. | |
| direction | No | History movement instead of a URL. | |
| profileId | Yes | Browser profile id, as passed to start_profile. | |
| waitUntil | No | `networkidle` is the most patient but stalls on pages with long-polling. | domcontentloaded |