assertTextPresent (UI Automation - Interrogation)
Compatible with:
- Purpose
- Generated from isTextPresent(pattern)
- This command is used to verify the specified text pattern appears somewhere on the rendered page shown to the user.
- Syntax
- assertTextPresent(pattern)
- Target
- pattern
- Value
- N/A
- Return Value
- True if the pattern matches the text, false otherwise.