-
Notifications
You must be signed in to change notification settings - Fork 1
selectOption
jdubs edited this page Oct 23, 2016
·
1 revision
This function finds the SELECT list option whose value or text matches the given parameter and, if found, sets it as the selected option.
selectOption(value)
( value ) The option value or text to select.
spec['SelectList'].selectOption('Testing');