navigate_page
Navigate the browser to a URL, move back or forward in history, or reload a page. Use to reach a desired page state before inspecting console, network, snapshots, or screenshots.
Instructions
Go to a URL, or back, forward, or reload. Use project URL if not specified otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Target URL (only type=url) | |
| type | No | Navigate the page by URL, back or forward in history, or reload. | |
| pageId | Yes | Targets a specific page by ID. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. | |
| initScript | No | A JavaScript script to be executed on each new document before any other scripts for the next navigation. | |
| ignoreCache | No | Whether to ignore cache on reload. | |
| handleBeforeUnload | No | Whether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept. |