navigate_page
Navigate browser pages by URL, back, forward, or reload. Control timeout, cache, and preload scripts for precise page navigation.
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. | |
| 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. |