Wait for Element Vanish does not work

I don’t find wait for element vanish work well probably the application I am testing is slow in terms of opening the window which is being used by this activity. I don’t want to use hard coded delays, what is best practice and activities that support wait based on element display?

Or any activities that when combined can serve the purpose?

Hi @neha.verma

In case of modern activities try using Check App State and in case of classic activities try using On element Appear activity. to wait till the element appears.

image

Hope it helps!!

Regards,

Thanks Parvathy!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.