Search found 4 matches

by infproPemo
Tue Sep 24, 2019 7:57 am
Forum: General Questions
Topic: same path- different search times
Replies: 5
Views: 1164

Re: same path- different search times

Alright, I found the solution.

The problem is the ranorex cache. It extremly slows down the process of finding this element .
I switched it off for this specific parent folder, and now it works out perfectly fine and with a consistent speed.
by infproPemo
Tue Sep 24, 2019 6:50 am
Forum: General Questions
Topic: same path- different search times
Replies: 5
Views: 1164

Re: same path- different search times

This is the xpath of the problematic dialog: /form[@title='titleofElement' and @actualwidth=806] I use the width as second parameter, because there is another dialog that has the same title, but is maximized by default. And this is the path of the first element needed within this dialog: /form[@titl...
by infproPemo
Mon Sep 23, 2019 8:14 am
Forum: General Questions
Topic: same path- different search times
Replies: 5
Views: 1164

same path- different search times

I have a question regarding the time ranorex needs to find elements. Why does it find some elements very fast one time, and then next time it needs significantly longer to find the exact same element in the same window with the same xpath? My xpath is very specific and should be found quite fast eve...
by infproPemo
Fri Sep 20, 2019 10:23 am
Forum: General Questions
Topic: same path- different search times
Replies: 1
Views: 983

same path- different search times

I have a bit of a strange chase here. The situation is this: I click in one GUI on a 'new Field' button, and a new dialog window opens. I made this new window a rooted element on its own, so it is found quicker. Now here is the problem: When the 'new Field' button is clicked the first time, the new ...