ContributionsMost RecentMost LikesSolutionsRe: Can't interact with dropdown list In all cases I get this error The drop-down box cannot be opened Re: Can't interact with dropdown list var brokerDropDown = Sys.Process("ForexTester3").VCLObject("DataCenterFrm").VCLObject("Panel1").VCLObject("HistoryBox").VCLObject("BrokerBox"); brokerDropDown.DropDown(); brokerDropDown.ClickItem(3); This is my code. I tried to use a lot of variants. I also attach screen of object properties http://prntscr.com/nry8el Can't interact with dropdown list Hello! I have a dropdown list and I just want to choose one item. I read documentation and I tried everything, but I can't interact with this element. https://support.smartbear.com/ testcomplete/docs/app-objects/ specific-tasks/standard/ combobox/drop-down-lists.html https://support.smartbear.com/ testcomplete/docs/app-objects/ specific-tasks/standard/ combobox/selecting-items.html This screenshot demonstrate dropdown list which I want to interact http://prntscr.com/nptg35 . I use 7 version of TestComplete. It is desktop app. I hope you will help me. Thank you.