navigate_page
Navigate web pages by going to URLs, moving back/forward in history, or reloading content. Control cache behavior, handle beforeunload dialogs, and execute scripts on navigation.
Instructions
Go to a URL, or back, forward, or reload. Use project URL if not specified otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Navigate the page by URL, back or forward in history, or reload. | |
| url | No | Target URL (only type=url) | |
| ignoreCache | No | Whether to ignore cache on reload. | |
| handleBeforeUnload | No | Whether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept. | |
| initScript | No | A JavaScript script to be executed on each new document before any other scripts for the next navigation. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. |