Facing issue on element vanish

I am facing an issue on element vanish, see sometime this popup comes sometimes not, but it comes I have to wait till it finishes. Now bot is not waiting for this, it executes the next activity without the wait to vanish this screen. kindly help.
image

Property I have checked.

@Palaniyappan @lakshman

1 Like

You can try with element exist and place if condition and loop until it false

image

You can use counter if you want to stop at certain time…

Thanks

1 Like

Hi
As suggested by @Srini84 we can use element exits
Or
Use IMAGE EXISTS activity and choose that pop up as a image or even just that string JUST A MOMENT alone as a image region
And get the output with a variable of type Boolean named bool_exists activity
Then use a IF condition with
bool_exists = True
If true it will go to THEN part where we can use WAIT IMAGE VANISH and within that we can use the set of activities to be performed
Or if it fails it will go to ELSE part where we can directly mention the set of activities to be performed

Cheers @balkishan

Put your timeout for the on element vanish, very high. Now it’s taking the standard of 30 seconds, put your next activity also in the do.