Skip to content

WaitForHide

WaitForHide command is used to wait for an element to hide. This is one of the ways to avoid giving a specific wait period. For example, there are instances where you want to proceed with the test when some element such as a “busy icon” disappears on the page. Instead of estimating how long it might take the busy icon to go away, it’s best to just wait for it hide. This avoid excess of not-enough waiting which could lead to inconclusive test outcome.

Select WAITFORHIDE command from the action drop down, select desired Screen name and Element key for which the script has to wait and leave the parameter section blank as shown below:

 

After completing this step, step will look as below:

 

Back To Top