navigate
Load a specified URL in the current browser tab, resetting page state, and wait for the page to fully load. Use to navigate directly to known URLs instead of clicking interactive elements.
Instructions
Loads a URL in the current tab and waits for the page load event. Resets page state — DOM, JS runtime, timers, and frame context are destroyed. Use instead of clicking links when the target URL is known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to |