manage_history
Navigate the current tab's history with back, forward, reload, or list actions to inspect or control browser navigation state.
Instructions
Manage or inspect the current browser tab's navigation history.
Use 'back' or 'forward' for history navigation, 'reload' to refresh while bypassing the cache, or 'list' to inspect history. Use 'open_url' for navigation to an arbitrary URL.
Args: action: - "back": Go to the previous history entry, if available. - "forward": Go to the next history entry, if available. - "reload": Reload the current page while ignoring the cache. - "list": Return the current history position and entries.
Navigation actions can trigger page loads or redirects. Use get_page_info afterward to verify the resulting URL or title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |