fill
Fill input fields in Tauri apps using CSS selector or snapshot ref. Optionally target a specific window.
Instructions
Fill input by ref or selector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Ref from snapshot | |
| selector | No | CSS selector | |
| value | Yes | Value | |
| window | No | Window label (default: focused window) |