fill
Type test data into a text field, finding it by its label or placeholder, and replace its current value. Returns the field and adjacent content for UX auditing.
Instructions
Type a value into a text field, replacing what it held. Find the field by its label, or by its placeholder when it has no label; a label that matches no field is tried as a placeholder. Returns the field typed into and anything that followed. Use obvious test data, never real personal data, passwords or payment details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Visible label of the field, such as Email or Keyword. Part of the label is enough. | |
| value | Yes | Text to type, such as test@example.com. It replaces what the field held. | |
| placeholder | No | Placeholder text of a field that has no label, such as you@example.com. |