Skip to content

Check Value

timfarr edited this page Jul 10, 2011 · 2 revisions

Check Value

Checks a given HTML element contains a given text value. Please note, this operation differs from Check Value Contains in that the specified value has to match the entire field value, not just a portion of it.

Usage

[MADCOW:htmlElementReference].checkValue = [MADCOW:some text value]

Examples

countryField.checkValue = "New Zealand"

Clone this wiki locally