Forum Discussion
Anybody????:smileyfrustrated: selecting an item from a dropdown list combobox?
- tristaanogre8 years agoEsteemed Contributor
What have you tried to date? Screenshots of keywordtest/copy paste of code?
As it is, have you referenced this? https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/desktop/dev-express/winforms/combobox/index.html
Based upon what I see, that particular class is not natively supported by TestComplete. This does not mean you can't work with it, just that the usual wrappers and other properties/methods that TC puts around components may not be there. You can correct this by adding the control to the Object Mapping for your project (see above link and follow the trail there). That is where I would start.
- OV8 years agoFrequent Contributor
Hi,
So, following the instruction in the link you’ve sent I’ve manage to add the control’s class name to the Developer Express Controls | WinForms | ComboBox group.
TC still can’t perform or work on this control the method stated at the bottom of the link - https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/desktop/dev-express/winforms/combobox/methods.html and therefor I still can’t do anything with it.
Did I miss anything? Does TC should recognize and be able to work with the control’s methos and properties the moment it is being added to the Developer Express Controls | WinForms | ComboBox group or should I do any further steps?
Thanks,
- tristaanogre8 years agoEsteemed Contributor
Using object spy, can you take screenshots of the full list of properties and methods on your component?
- OV8 years agoFrequent Contributor
I guess you' want the advance view isn't it? it is huge, is there a way to copy all the properties/methods from there except from a screen shots?
thanks
- tristaanogre8 years agoEsteemed Contributor
Unfortunately, no.