fill_text
Fills an input, textarea, or contenteditable element with specified text using a CSS selector. Supports optional Chrome tab targeting.
Instructions
Fill an input, textarea, or contenteditable element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the editable element. | |
| text | Yes | Text to fill. | |
| tabId | No | Optional Chrome tab id. Defaults to the first page tab. |