page_navigate
Navigate the attached browser tab to a given URL. Returns immediately upon navigation commit, so wait for specific network requests or page text before asserting.
Instructions
Navigate the attached tab to a URL. Returns as soon as the navigation is committed, not when loading finishes — wait for a specific request with network_wait_for_request, or for text with Playwright, before asserting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open. |