navigate
Opens a specified URL in the browser, starting it if not already running, and waits for the page to load to support React application debugging.
Instructions
Navigate to a URL in the browser. Launches browser if not already running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to | |
| waitUntil | No | When to consider navigation complete (default: load) |