Verify Select Field Options

Verify the select field contains all of the given options, and no others.


Usage

[MADCOW:htmlElementReference].verifySelectFieldOptions = <<[List of options]>>

Examples

countryList.verifySelectFieldOptions = ["Australia", "New Zealand", "Japan"]