Search found 3 matches

by pizzaguy
Sun Oct 01, 2006 7:53 am
Forum: Automation API
Topic: Easier way to find elements than Element.FindChilld()?
Replies: 5
Views: 4715

Are there any other Element properties that can be exposed in addition to the current ones (Class, DefaultAction, Description, GetChildCount, Help, Location, Name, Role, Size, State, Value) that might help find out the image source? Not at the moment, but there are some other possibilities to get i...
by pizzaguy
Sun Sep 24, 2006 8:15 pm
Forum: Automation API
Topic: Easier way to find elements than Element.FindChilld()?
Replies: 5
Views: 4715

We will implement some functions in a future version ( >= V0.9.4 ) to retrieve the Element object at a specified position in a control or in a form. One of the overloaded methods already takes: public Element FindChild( Role role, string name, string className ); Do you think the new method can jus...
by pizzaguy
Sun Sep 24, 2006 9:03 am
Forum: Automation API
Topic: Easier way to find elements than Element.FindChilld()?
Replies: 5
Views: 4715

Easier way to find elements than Element.FindChilld()?

First of all, thanks so much for providing Ranorex for free. Now for the question: Is there an easier way to find a form element than to use Element.FindChild()? Here's my situation: I'm using Ranorex to parse information from a Windows form. I can access most of the form elements and output their V...