Check Value Contains

Checks a given HTML element contains a given text value.


Please note, this operation differs from Check Value in that the specified value has to match only a portion of the field value, not the entire text.

Usage

[MADCOW:htmlElementReference].checkValueContains = "<<some text value>>"

Examples

countryField.checkValueContains = "New Zeal"