Page 1 of 1

Wait until element is not visible

Posted: Wed Nov 21, 2018 12:25 pm
by maras
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.

Re: Wait until element is not visible

Posted: Wed Nov 21, 2018 2:45 pm
by qwertzu
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