navigate_page
Navigate browser pages to URLs, back, forward, or reload for JS reverse engineering. Waits for DOMContentLoaded to enable script analysis.
Instructions
Navigates the currently selected page to a URL, or performs back/forward/reload navigation. Waits for DOMContentLoaded event (not full page load). Default timeout is 10 seconds.
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. | |
| pageIdx | No | Optional page index to navigate. Defaults to the currently selected page. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. | |
| ignoreCache | No | Whether to ignore cache on reload. |