I think it would be extremely valuable if Subject7 had the following two commands:
If Web Page Contains
- Allow the option of either text or x-path to be searched here
-> The idea is to perform specific actions or work flows dependent if the web page contains certain values or x-paths.
Wait Until Web Page Contains
- Allow the option of either text or x-path to be searched here
-> The idea is to wait until the web page contains a certain validation, to either determine the next steps, or validate that up until this point everything has worked perfectly fine in the test case.
This would give more flexibility than current verify element or verify text.