I have a problem getting the text out of a ListItem inside a Statusbar.
The StatusBar has several ListItems which are inside my repository.
To get the text I created the following example code:
Code: Select all
ListItem li = new ListItem(repo.path.to.listitem);
Report.Info(li.Text);
How can I get ranorex to recognise the text?
Btw: I opened the editor.exe inside windows and try to spy on the statusbar. In this case it worked!
Thank you in advance for your help,
kind regards,
Rafael