Search found 3 matches

by esac
Mon Oct 18, 2010 5:14 pm
Forum: Automation API
Topic: Is there a way to specify multiple types of elements?
Replies: 3
Views: 1900

Re: Is there a way to specify multiple types of elements?

We are definitely using .Net 4 controls and have already been in contact regarding a fix for this issue. Until then. Even with a fix, all of our controls are dynamically drawn, and what may be under a 'container' one time may be under a 'combobox' the next time, so it would be nice to be able to spe...
by esac
Fri Oct 15, 2010 6:39 pm
Forum: Automation API
Topic: Is there a way to specify multiple types of elements?
Replies: 3
Views: 1900

Is there a way to specify multiple types of elements?

I have a control which appears sometimes as one type, and at other times it appears as something else. I know I can do /*[@title='foo']/button however it of course can match many elements, and I assume that the search time would be higher. Is there a way to say something like /(form|controlnet11)[@t...
by esac
Sat Sep 25, 2010 2:24 am
Forum: How To …
Topic: How to measure the performance of actions?
Replies: 6
Views: 5864

How to measure the performance of actions?

I am looking for a way to collect performance statistics on how long each action took. Ideally I would like to remove from that time any time spent in Ranorex itself (searching for forms, windows, images, etc..). Any idea if this can be done? How could I also do this in user code?

Thanks