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?
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.