Hi I'm new to TestComplete. And lately, I have trouble recording the action of "selecting the item inside the dropdown list." I've researched the following sites but still failed. Now, my script is like this: Any ideas would be very appreciated! THX!
my trimmed script:
...
Aliases.browser.pageName.select.DropDown();
Aliases.browser.pageName.Find("the item name in the dropdownlist").Click();// error occurs
...
Use Aliases.browser.pageProcess.formAspnetform.selectProduct.ClickItem("name of Item "); or try with Page.NativeWebObject.Find method