Im working in a project for automating tests for an application made in Delphi. (version unknow)
With the Ranorex spy i can get the classname of the desired combo (TDBLookupComboBox) and also got the name of the list class (TPopupDataList).
How can i get the selected text ?
I'm using Ranorex 1.5 and VB.Net.