How to capture a flash pop-up?

hello to the whole community !!
I would like to present a problem that I encountered a short time ago;

In practice I have a flash site that, in case of error, launches a flash pop-up.

My question is, how do I capture that pop-up and handle the error?

P.S. the pop-up does not have a selector

Hello @momi_fede

As the poup doesn’t have a selector, you can try this:

Use the Image exists Activitie if return true, make your solution.

Thank you for responding to my request.

I have already tried to do it but sometimes it tends not to work; so I was wondering if there was a safer way?