Navigate Forward
browser_navigate_forwardMoves forward to the next page in browser history, equivalent to clicking the forward button. Only works after a back navigation; without forward history, the page stays the same.
Instructions
Navigate forward to the next page in browser history — equivalent to clicking the browser forward button. Only works after browser_navigate_back (or a real back navigation) has happened; if there is no forward history, the page simply stays put.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Force a specific mode. | |
| sessionId | No | Puppeteer session ID. Skips mode selection. |