fill
Fills input fields, textareas, or contenteditable elements by CSS selector. Automatically descends into wrapper elements to find a fillable target.
Instructions
fill an input/textarea/contenteditable; if the selector matches a wrapper, descends up to 4 levels to a unique fillable descendant (errors if zero or multiple)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for input field or its wrapper. Supports 'testid:NAME' and 'dialog::SELECTOR' (scopes to the topmost open dialog/sheet). | |
| value | Yes | Value to fill |