Finding image somwhere on entire screen

Good morning everyone

I am trying to handle a Pop up that appears at certain places throughout the application. The Problem is I cant attatch the element, I dont know why but it just doesnt find it with any selectors. So my next approach would have been to use the “Find Image” activity with the selector onto the whole screen, but how do I do that?

thanks for helping :slight_smile:

You can use Image Exists activity to find the image on the screen.
If found, the activity returns true else false.

Regards,
Karthik Byggari

1 Like

but there is a scope as well. Will this not interfere with it? because when i select a scope than it never finds the window

If it is a pop-up, it will be the top-most window on the screen. I guess it won’t effect image exists activity.

Regards,
Karthik Byggari

1 Like