Hi all...
We are using Infragistics controls, and I'm trying to select an item from a ComboBox control using the item text.
According to the samples provided with Ranorex, we should be able to set the DropDownVisible attribute to true for the control, and then use the SelectedItemText attribute to select the item from the drop down list.
When I use that same code, it throws the below exception:
Ranorex.SetAttributeFailedException: Setting attribute 'dropdownvisible' failed on element '{ComboBox:Normal}'. ---> System.NotSupportedException: The operation is not supported.
at Ranorex.Plugin.MsaaFlavorElement.SetAttributeValue(Element element, String name, Object value)
at Ranorex.Core.Element.SetAttributeValue(String name, Object value)
Also, when I use the Spy to look at this control, it shows that there is a ComboBox control, and when you expand that there is another ComboBox control nested beneath it... not sure how this is developed form our end, but it could be that this ComboBox control is derived from the Infragistics control...
In any case, if you need more info please let me know. I've tried every way I can think of, and nothing has worked. Thank you.