Hello All,
I have a process bar as seen in the picture. I want to wait till the process bar disappear. Sometime it just blink sometime it take few seconds to few minutes. I want to wait till it disappear and then run next step.
currently I am using Check App state function. I tried following.
You can simply surround that check app state activity chosen with wait for element to disappear in a TRY CATCH activity so that even if the element disappears before getting to that check app state and if it fails it can continue with the next set of activities
Not sure if I understand, but if the progress bar isn’t visible at first and then you need to wait for it to disappear, you’d need to use a combination of Appear & Disappear. Something like this (needs appropriate timeouts)
You need to set the maximum amount that you think that it could take. If it takes shorter time, the flow continues immediately, but if it takes longer than the maximum you can throw an exception, for instance.