Wait until element is not visible

Ranorex Studio, Spy, Recorder, and Driver.
maras
Posts: 1
Joined: Wed Nov 21, 2018 12:19 pm

Wait until element is not visible

Post by maras » Wed Nov 21, 2018 12:25 pm

Hello,
Is it possible to wait until specified element is not visible? I have to test web application with a lot of loading screens and I have the rxpath of loading screen element, but my question is: Is there a way to wait until this loading screen is gone? I have tried waiting until element exist but its not working because this specified element exists even when its not visible.

User avatar
qwertzu
Posts: 284
Joined: Wed Jan 25, 2017 11:08 am

Re: Wait until element is not visible

Post by qwertzu » Wed Nov 21, 2018 2:45 pm

Hi Maras,
You could create a simple "Wait For" action by selecting "Add new action" in the action table of a recording.
The default setting of this action will be "NotExists". You can also choose Attributeequal and let Ranorex wait until the visible attribute is false.


regards, qwertzu