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*")