Page 1 of 1

How do you add extra wait time in Ranorex?

Posted: Wed Sep 16, 2015 12:19 am
by gilbar16
Hello,

Sorry, I am new to Ranorex and have not really gone through the whole Ranorex Tutorial or online guide.
The mobile web application I am looking at is running kind of slow in loading some pages so when I Play the recorded script, it is failing since the button or link I am trying to click is not there yet since the page has not completely been loaded.

How do you add extra wait time or a conditional statement to do an action when a certain condition like an object is now displayed and enabled?

Thanks.
Gilbert

Re: How do you add extra wait time in Ranorex?

Posted: Wed Sep 16, 2015 7:52 am
by lucian.teodorescu
Hi Gilbert,

You can use WaitForExists() action (Add New Action>Wait for>Exists) on a certain element from the page.

I hope it helps,

Regards,

Re: How do you add extra wait time in Ranorex?

Posted: Wed Sep 16, 2015 5:59 pm
by gilbar16
Thank you. I'll give this a try.