Purpose
Use Text Contains for empty states, success messages, validation messages, or alternate result pages.
How it works
- Searches the whole page or the configured selector.
- Can run case-sensitive or case-insensitive matching.
- Routes through true when text is found, otherwise false.
Configuration fields
| Field | Required | Default | Description |
|---|---|---|---|
| Text to Search For | Yes | - | Text or phrase to look for. |
| Search Within Element | No | - | Optional selector that limits the search scope. |
| Case sensitive search | No | false | Whether letter casing must match exactly. |
Output
Boolean branch: true or false.
Usage notes
- Useful for skipping export when a no results message appears.
- Scope the selector to reduce false positives from navigation or footer text.