Select Method (AWTList)

Class

AWTList.

Action

Selects the specified item.

Syntax

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

Examples

colorsList.Select("red")
colorsList.Select(1)