Forum Discussion
flightvan
12 years agoNew Contributor
Hi Mark,
in your case I would prefer to click on the first item in combobox object, like this: comboboxObj.ClickItem(0). Otherwise, instead of zero, you can use random integer value from items count range by writing code snippet in language that you selected.
in your case I would prefer to click on the first item in combobox object, like this: comboboxObj.ClickItem(0). Otherwise, instead of zero, you can use random integer value from items count range by writing code snippet in language that you selected.