chrome_key
Send a keyboard key to an existing Chrome tab to simulate user input and automate browser interactions.
Instructions
Send a keyboard key to an existing Chrome tab (Enter, Escape, Tab, Backspace, Delete, ArrowUp/Down/Left/Right, or one character).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| targetId | No | Chrome tab id to target. | |
| modifiers | No | Modifier keys to hold while pressing the key. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| maxElements | No | ||
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. | |
| includeSnapshot | No |