Go Back
go_backGo back to the previous page in a tab's history, even for background tabs, and verify the navigation by checking the resulting URL.
Instructions
Navigate a tab back in history. Goes through the page, so it works on a background tab, which Arc's own back command does not, and the result is checked against the tab url rather than assumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Arc tab id from list_tabs. Omit to use this agent's current tab, falling back to whatever tab is active in Arc. | |
| timeout_ms | No | How long to wait for loading. Capped at 30000ms, because a longer call is killed by the client before it can answer. To wait longer, call wait_for_load again: repeated short waits each hand back a real readyState and url, which one long wait does not. | |
| wait_until_loaded | No | Wait for the page to finish loading before returning |