...
This is not a single action, but a group of actions:
Search with Action Specified Text DataFind specific text using the Data action
Checking if something was found or not
...
In the ProjectMaker browser, select the text for which you want to create a check.
Click on the selected text right click and select the item Create a check for the presence existance of the selected text
A dialog box will appear to check if the selection is correct. If everything is correct, then click OK. The text in this window can be edited.
Two actions will be automatically created - Text checking and a logical if check .
...
When registering
When posting
On page load
When solving recognizing captcha
...
Usage example
Checking that the page has loaded successfully.
...
Possible solution: find static text on the page (which never changes) and after going to the site look for this text on the page. If the text is not found, then the page has not loaded. In this case, using a loop and a transition cube on the go to page, we try to reload the page several times, each time trying to find the desired text.
...