chrome_fill
Set the full value of any text input, textarea, or contenteditable in your signed-in Chrome tab. Optionally press Enter to submit, with background execution to avoid disrupting your workflow.
Instructions
Set the full value of a text input, textarea, or contenteditable using Chrome click/select/delete/type input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | No | ||
| text | Yes | ||
| submit | No | If true, press Enter after filling. | |
| 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. | |
| domFallback | No | ||
| maxElements | No | ||
| urlIncludes | No | Match the target tab by URL substring. | |
| perCharacter | No | ||
| titleIncludes | No | Match the target tab by title substring. | |
| includeSnapshot | No |