Hello,
I have been using TryFind and Find and both are really slowing down my automation. I needed to start using them over the repository for some areas because the web site development keeps changing the specific DIV that some items are in and I can't keep up with it.
I am curious if I am missing a better method to use. I'd like one where I give it an xpath to start from, and a xpath of what to find. That way i can just skip the few DIVs that are causing the issue without it having to search the entire page as it is doing with the tryfind.
If anyone know of this method or of another solution to speed this up and can supply a code snippet that would be great!
I am using Ranorex version 3.0.0.4 in C#.
Thanks much