ContributionsMost RecentMost LikesSolutionsSelect item from Combo boxHi I am trying to select item in Combo box, but TestComplete doesn't recognize my selection. I am testing application. My Combobox is defined by system as WndClass: ATL:006C2478 I added this class into Object Mapping via Add New Object Class. (pic. Object Mapping) TestComplete is added some external properties/methods related to Combobox class such as (wItem, wItemList ...) After that I am trying to select specific item using ClickItem ("Item1") method but system doesn't recognize my selection ATL:006C2478.ClickItem ("Item1") Could you please help me? What's the problem?