browser_navigate_back
Navigate back to the previous page in browser history. Use tab ID or index to go back in a specific tab during parallel operations.
Instructions
Navigate back in history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |