I am trying to use Ranorex to test our legacy application using GDI API as described in http://www.ranorex.com/blog/automation- ... re-plug-in
Ranorex Spy recognizes text perfectly, but seems like it is saving wrong screenshot for RawText object. The screenshot seems to be the right size, but slightly offset from the text location. Click() method seems to use a screenshot to find coordinates of the object, so it clicks not on the text, but on the center of the screenshot (sometimes part of the text is present on the screenshot, so the test will pass in this case).
Is there any way to resolve this issue?
I have attached a screenshot of Spy window with RawText "Kit total:" selected in the tree view and "Deposit:" screenshot.