How do you add extra wait time in Ranorex?

Mobile Testing, Android App Testing.
gilbar16
Posts: 109
Joined: Wed Mar 26, 2014 6:23 pm

How do you add extra wait time in Ranorex?

Post by gilbar16 » Wed Sep 16, 2015 12:19 am

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

lucian.teodorescu
Posts: 82
Joined: Fri Oct 24, 2014 10:58 am
Location: Bucharest

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

Post by lucian.teodorescu » Wed Sep 16, 2015 7:52 am

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,
Lucian Teodorescu
NetSun Software

gilbar16
Posts: 109
Joined: Wed Mar 26, 2014 6:23 pm

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

Post by gilbar16 » Wed Sep 16, 2015 5:59 pm

Thank you. I'll give this a try.