Verifying multiple text present on a web page

@sabtester1 It sounds like a classroom exercise, because you will either have multiple verifyTextPresent or multiple calls to the verifying method.

You can try to get an element’s actual text and then use verifyMatch (which is what I use except for the text of error messages).