Navigate Chrome tab
navigateNavigate a Chrome tab to a URL without changing focus, then optionally wait for page conditions or capture snapshots after load.
Instructions
Navigate the active tab or target tab to a URL. Default leaves focus alone (does not activate a background tab and does not deactivate the focused tab). Pass active: true only when the tab must become visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| after | No | Optional act-then-observe requests, run after the page action in waitFor, snapshot, pageStatus order. | |
| tabId | No | Optional Chrome tab id. Defaults to the claimed session tab, then the active tab. | |
| active | No | When true, activate the tab. Default omits activation so focus is unchanged. | |
| sessionTabId | No | Optional claimed tab session id returned by claim_tab. |