Go Forward
go_forwardNavigate a browser tab forward in its history. Waits for the page to load, then confirms the tab actually moved before reporting success.
Instructions
Navigate a tab forward in history. Goes through the page and confirms the tab really moved before reporting success.
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 |