Action
Selects an item or button.
Availability
This method is supported only in scripts for Windows-based applications that use the Open Agent.
Syntax
Select (item, button)
Variable
|
Description
|
item
|
The path or index of the item to select.
LISTITEM.
|
button
|
The index of the mouse button to use for selection. 1=left, 2=right, 3=middle.
INTEGER.
|
Notes
Select selects an item by scrolling the item into view (where applicable) and clicking it with the mouse, if it is not already selected.