safari_fill
Set input and textarea values in a live Safari tab via CSS selector, dispatching real input and change events so JS framework forms update. Returns found=False when no element matches.
Instructions
Set an /'s value via a CSS selector, dispatching real 'input'/'change' events so JS-framework-backed forms (React, Vue, ...) observe the change. Returns found=False (not an error) if nothing matched the selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| value | Yes | ||
| window | No | ||
| selector | Yes |