Skip to content

selectOption

jdubs edited this page Oct 23, 2016 · 1 revision

Table of Contents

Overview

This function finds the SELECT list option whose value or text matches the given parameter and, if found, sets it as the selected option.

Signature

selectOption(value)

Parameters

( value ) The option value or text to select.

Example

spec['SelectList'].selectOption('Testing');

Clone this wiki locally