Search found 3 matches

by ksanowski
Wed Jun 19, 2019 12:44 am
Forum: General Questions
Topic: Catching exceptions but report says module still failed
Replies: 1
Views: 1544

Catching exceptions but report says module still failed

I have a try/catch set up for one of my tests because I have to have @visible='True' in part of my RxPath. The user code has parameters set up to loop 12 times through the try/catch explained below: (in a try statement)Ranorex searches for the element The search times out because the element is not ...
by ksanowski
Wed May 29, 2019 10:51 pm
Forum: Bug Reports
Topic: Ranorex fails to find element until retry
Replies: 3
Views: 1570

Re: Ranorex fails to find element until retry

As always, Odklizec, your help has been perfect.

I initially added the index numbers to my RxPath to improve search time but removing them fixed my issue. For the future, I will just use .../div/... instead of .../div[2]/...
by ksanowski
Fri May 24, 2019 6:09 pm
Forum: Bug Reports
Topic: Ranorex fails to find element until retry
Replies: 3
Views: 1570

Ranorex fails to find element until retry

System: Win 8.1 Professional Ranorex Version: 9.0.1 Let me know if you need more info. Ranorex will search for an element until its timeout, fail, then (if in maintenance mode) I will hit retry without changing anything, and Ranorex finds the element within a second. I'm assuming this means Ranorex ...