Check Value

Checks a given HTML element contains a given text value.


Please note, this operation differs from Check Value Contains (under development) in that the specified value has to match the entire field value, not just a portion of it.

Usage

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

Examples

countryField.checkValue = "New Zealand"