tabs
List, switch, close, and transfer browser pages and windows using selectors. Manage focus, movement, and bind page operations to automate real Chrome workflows.
Instructions
Tab/window ops: action:"list" | "switch" (tabId) | "close" (tabId) | "bind" (tabId, activate? — route page ops…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | ||
| toTab | No | transfer: destination tab | |
| action | Yes | ||
| fromTab | No | transfer: source tab | |
| activate | No | bind: also activate the tab | |
| selector | No | ||
| useValue | No | transfer: copy input VALUE instead of vi… | |
| windowId | No | ||
| toSelector | No | transfer: destination selector | |
| fromSelector | No | transfer: source selector |