Choose Assertion Type
Robonito supports two categories of assertions:

Content-Based Assertions
Content-based assertions validate text or content displayed on the page.
Plain Text
Asserts that a specific text appears on the page.
- Supports exact or partial text matching
Use case:
Validate headings, labels, messages, or static content.
Custom Expression
Asserts text using a custom expression for advanced matching scenarios.
Use case:
Validate dynamic text such as IDs, timestamps, or formatted values.
Regex
Validates text using regular expressions.
Use case:
Match complex patterns such as email addresses or dynamically generated strings.