Purpose
Use Type Text for search boxes, location fields, login-free filters, and forms that reveal results after submit.
How it works
- Finds the configured input or textarea.
- Clears the field first unless disabled.
- Types the configured text into the element.
Configuration fields
| Field | Required | Default | Description |
|---|---|---|---|
| Selector | Yes | - | CSS selector or XPath for the input element. |
| Text | Yes | - | The exact text to enter. |
| Clear first | No | true | Whether to clear the field before typing. |
Usage notes
- Use a Click block after Type Text when the site requires a submit button.
- Some autocomplete fields need a short Sleep or a Wait for Text after typing.
- Avoid automating private or authenticated forms unless you have explicit permission.