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