How to judge whether image exists or not during difined time

Hi, there

Is there any ways to judge whether image exists or not during difined time?
I want to do as following;

*continue 1-2 during 3 minutes untill image finded

  1. search an image
    • if find it, go to 4).
    • if cannot find it, go to 3).
  2. something processA
  3. something processB

I thought “image exists” was match to this, but in its property there is no parameter to useful for this.
I appreciate if you would attach some example xaml.

Regards.

Hi @NatsuOK

Please use image exists and the parameter highlighted in the screenshot below as a variable to check if the image exists or not.

I have also attached a xaml for your reference.

image-exsists.xaml (19.8 KB)

1 Like

Hi there @NatsuOK
Please see the attached component, which should achieve your requirements.

Main.xaml (10.3 KB)

Let me know if you have any further queries.

1 Like

@Gourav_Kumar, @Mr_JDavey,

Thank you for quick responce! It works and resolved. Appreciate your support.:blush: