Selects an item.
This functionality is supported only if you are using the Open Agent.
Select(Item)
Variable | Description |
---|---|
Item | The item to select. LISTITEM. |
Select selects an item by scrolling the item into view, and where applicable, clicking it with the mouse if it is not already selected.
testcase example() appstate none // Find the DomListBox in question window w = Desktop.Find("/BrowserApplication//BrowserWindow//SELECT[@id='MyDomListBox']") // Select the DomListBox w.Select("*Lookup*")