Unable to edit Combobox items' identification property
Hi,
I couldn't update combobox items' property in name mapping. When I rightclick the item in aliases screen, I get a warning includes "Unable to find the object that matches the "Radcomboboxitem123...." item". In the warning I click "Edit the identification properties of ""adcomboboxitem123...."", but the update name mapping window is empty except for WPFControlAutomationID. I want to add the text property.
When I use object spy-->point and fix, I could reach only basic properties, I couldn't reach advanced properties. I get the warning "Unable to show the advanced properties of the object, because the object does not exist..."
How could i update this item's property?
Thank you.
TC version:14.20
What is your need for inspecting the drop down value/item? If you're looking at actually selecting the item, if this is a WPF ComboBox, you should be able to just call a ClickItem method to select the item.
Thank you for your reply. I could't fix it but I get rid of the problem. I used shortcut keys on the keyboard instead of using right-click menu item. I was lucky this time because I used that object only in two tests.