fill
Set a form field to a specified value by clearing existing content first. Enables accurate input for automated React form testing and debugging.
Instructions
Fill a form field with the given value. Clears existing content first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to fill in | |
| timeout | No | Timeout in ms (default: 30000) | |
| selector | Yes | CSS selector for the input field |