Skip to content

Select Field By Index

Gavin Bunney edited this page Apr 22, 2015 · 1 revision

Select Field By Index

Selects a given index within a field in an HTML select element. Indexes start at 0.

Usage

[MADCOW:htmlSelectReference].selectFieldByIndex = [MADCOW:field index]

Examples

To select the 4th option in the list,

countryList.selectFieldByIndex = 3

Clone this wiki locally