If you are looking for that text on a page > highlight the text you want to check on the page > right click > text presence check > hit the checkbox.
If you want to parse contents of a page to find "mom is a drunken mess" or similar you could try the above method (without highlighting the unknown text in this case> SEE second logic operation in template below which you can run in Project Maker to see what I mean.
Посмотреть вложение TEXT PRESENCE CHECK.xml
Otherwise you can parse anything on the planet using and learning regex - Check
Iamthedarkwiz youtube videos - STELLAR !
The regex for my example would be Mom is a drunken mess.* which can be built in the Regular expression builder in Project Maker... it gets fun after awhile
=======================================
Building the Regex for the above:
Macros builder > Regular Expression > Parse with Regular Expression -
IT WOULD LOOK LIKE THIS - {-RegExp.RegExp-|-
{-FieldData.FieldData-|-●9●8●3●5●0●6●-|-≡1≡1≡2≡7≡9≡1≡3≡2≡6≡2≡-}-|-Mom is a drunken mess.*-|-all-}
BOLD indicates the execution result of getting the text of the webpage -
=======================================