navigate
Loads a specified URL in the current tab and waits for page load to complete. Resets DOM and JavaScript state, ideal for direct navigation when the target URL is known.
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 |