Hi there, I am currently using Ranorex 1.5 Premium for software automation. I am facing a problem in retrieving data source bound to a ComboBox (which is obtained from a third party GUI library). After endless number of trial and error, I managed to identify the primary level road block that was troubling me.
I managed to get Ranorex to identify the ComboBox but not the ButtonDropDown element within the ComboBox. Hence, I tried to use the code generated by RanorexRecorder and it works when I execute the code on RanorexRecorder.
For simplicity I copied the generated code into my source code. Unfortunately the generated code does not identify ButtonDropDown element belongs to the ComboBox that contains it. It picked up ButtonDropDown element of another control instance contained in different form. As long as Ranorex could not identified the correct element, retrieval of data source bound to the ComboBox could not be verified.
It would be great if someone could hint me on the potential cause or solution to this problem. Thanks