browser_navigate
Navigate the active browser pane to a given URL, performing a full page load. Returns the resolved URL and HTTP status code.
Instructions
Navigate the active pane to a URL (full page load). Returns the resolved URL and HTTP status. Use browser_back / browser_forward to move through history, browser_reload to refresh the same URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to load (e.g. http://localhost:3000/path). |