Select Method (AWTList)

Class

AWTList class

Action

Selects the specified item.

Syntax

list.Select(item)
Variable Description
item The name or index of the item to select. LISTITEM.

Examples

ColorsList.Select("red")
ColorsList.Select(1)