Forum Discussion
Know
2 days agoNew Contributor
I've also tried target to ComboBoxItem object but it still not work
Aliases.FramingStylesEditor.Popup.PopupRoot.Decorator.NonLogicalAdornerDecorator.GroupItem.ComboBoxItem
Here is the object that I target.
Aliases.FramingStylesEditor.WPFObject("HwndSource: PopupRoot", "").WPFObject("PopupRoot", "", 1).WPFObject("Decorator", "", 1).WPFObject("NonLogicalAdornerDecorator", "", 1).WPFObject("GroupItem", "", 2).WPFObject("ComboBoxItem", "", 2)
Even though the dropdown list is expanded, the value still cannot be selected and it doesn't throw any error either.
Hassan_Ballan
Champion Level 3
17 hours agoMy question may be silly but I thought to ask it. Have you tried recording?
In a new project, to test, I would record such action and see if it plays back and what code TestComplete did.