chrome_type
Type text into live Chrome pages using real browser input. Target elements by snapshot UID or CSS selector, optionally send individual keydown events for custom editors.
Instructions
Focus an optional snapshot uid or CSS selector, then type using Chrome's real input. Set perCharacter=true for editors needing individual keydown events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| text | Yes | ||
| selector | No | ||
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| pressEnter | No | ||
| maxElements | No | ||
| urlIncludes | No | Match the target tab by URL substring. | |
| perCharacter | No | Send individual key events even in contenteditables (default false). | |
| titleIncludes | No | Match the target tab by title substring. | |
| includeSnapshot | No |