Scaping Text off a Window

Class library usage, coding and language questions.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Scaping Text off a Window

Post by atom » Wed Dec 10, 2008 4:39 pm

Hiya,

Im working with a custom made menu control
I would like to get the list of all available options on the menu

Is there a way to scrape all the text of a Form into a string
Other automation tools have a kind of screen scrape function

Regards

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

Post by Support Team » Fri Dec 12, 2008 3:39 pm

Hi,

Generally, Ranorex supports reading text values from menu items or other windows controls. But there is no out of the box solution provided to get these information all together. So, you'll have to implement some code to iterate through your application to collect text values.

best regards,

Christoph,
Ranorex Support Team