real_activate_tab
Activates a Chrome tab by matching its title substring and clicking the tab pill via UI Automation, bringing the target tab to the foreground for subsequent actions.
Instructions
REAL OS click on a Chrome tab pill via UIA (pywinauto click_input) — activates the tab so its content script i…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gate | No | Expected window title after activation (… | |
| match | Yes | Tab title substring to match (e.g.… | |
| frameId | No | frameId (omit=top) |