| This command will check if the specified text is found on the page.
The test will fail if the text is not found. If you want to negotiate
the result then put a ! in front of the text. This test will now fail
if the text is present. The required text can also contain properties
that are defined in a properties file.
parameter: required text
examples:
check_text | Hello world
check_text | !Hello
check_text | Welcome ${username}
author: Mecky |