RawText verification

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
Rakesh123
Posts: 72
Joined: Thu Oct 28, 2010 2:18 pm

RawText verification

Post by Rakesh123 » Mon Nov 05, 2012 9:48 am

Hi,

I am automating an application developed in Delphi.
In Delphi we have a an object named as 'TPaintPanel' which is recognized by Ranorex.
But the problem is it cannot able to recognize any other object placed under that TPaintPanel.
I need to verify the some details inside this TPaintPanel.
I can do this by using RawText GDI Plugins.
But the thing is I can able to capture only the first 25 Rawtexts displayed in TPaintPanel.
And the info which I want to verify is placed way below the screen.
So what I need to do is I need to scroll the page Down and then I can verify the particular rawtext.
But how I can scroll my page down I don't know.
Please look at this issue and give me some solution ASAP.

Thanks,
Rakesh

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: RawText verification

Post by Support Team » Tue Nov 06, 2012 8:33 am

Hello Rakesh,

to bring a specific list item to the foreground you can try to call EnsureVisible() on this element. If this will not work you can try to set the focus on the element using Focus(). If this still doesn't work you can try to call the Select() method to select the element.

Regards,
Bernhard