Is there a specific reason why an 'image exist' activity works but that same image does not work in 'On image appear' activity?

The image appears for just a second like a timer and then it changes. I want to put a delay of 3 minutes once that image appears and then verify other things. But when I use ‘on image appear’ the activity get timed out but it works fine if I use image exists. What can be the reason for this? Is it because the image just appears for a sec and disappears?

Hi!

It might be caused by the time.
If image exists works, you can try to use a Do while to wait until it appears.

I am getting the below error while using that in condition.
image

Hi!

I have used “ImageFound” as an output variable for Image Exists activity. You have to replace the name with the one used in your workflow.

1 Like