Skip to content

Verify Select Field Contains

timfarr edited this page Jul 8, 2011 · 1 revision

Verify Select Field Contains

Verify the select field contains all of the given options. Please note, this operation differs from ''Verify Select Field Options'' in that it won't fail if the select field contains options that aren't specified in the test script.

Usage

[MADCOW:htmlSelectReference].verifySelectFieldContains = [List of options]

Examples

countryList.verifySelectFieldContains = ["Australia"]

Clone this wiki locally