TextPresent
From STIQ
storeTextPresent ( pattern, variableName )
- assertTextPresent ( pattern )
- assertTextNotPresent ( pattern )
- verifyTextPresent ( pattern )
- verifyTextNotPresent ( pattern )
- waitForTextPresent ( pattern )
- waitForTextNotPresent ( pattern )
Arguments:
- pattern - a pattern to match with the text of the page
- variableName - the name of a variable in which the result is to be stored.
Returns:
- True if the pattern matches the text, false otherwise.
