Page 1 of 1

Timing of .Find methods

Posted: Tue May 04, 2010 5:50 pm
by atom
Hiya

It would be really great if there was an option
e.g. Ranorex.Adapter.LogFindTime = True

Which when set, all subsequent .Find methods are automatically timed
and the timings written to the ranorex log file

This would allow to identify slow recognition, and possible improvements of x paths

Thanks

Re: Timing of .Find methods

Posted: Wed May 05, 2010 8:52 am
by Support Team
Hi!

Thanks for your suggestions! I've submitted your feature request to our internal tracking tool.

Regards,
Peter
Ranorex Support Team

Re: Timing of .Find methods

Posted: Wed May 05, 2010 9:38 am
by atom
Lovelly!

Re: Timing of .Find methods

Posted: Tue May 11, 2010 5:57 pm
by Gunner1980
I would also like to see this feature, seems very useful.

Re: Timing of .Find methods

Posted: Wed May 12, 2010 9:11 am
by atom
Cool.
One of reasons I ask is for very rich GUI's developed in Dev Express
If you dont specify the full xpath to a control, but instead use FindDescendant or FindSingle with descendant:: xpath axis, it can take a few seconds to find the control

Thanks