Element Exists issue - PopUp SAP

Hi guys.

I need help with “Element Exists” activity. Basically, i’m using Element Exists activity to check if a SAP popup appeared on the screen. Unfortunately, the boolean output of Element Exists is always true, even when the SAP popup doesn’t appear.

Element Exists “Enables you to verify if a UI element exists, even if it is not visible.” → I think that is always true because the window is invisible, right? How can I configure the selector to only consider true when the SAP popup is visible?

Thanks!

@joao.alves
we achieved good results on following:

element exists - check if the popup dialog exists (regardless of visible or not) - hasPopUp
if hasPopUp is true:
then: get Attribute - Attribute: relativeVisible - isDisplayed
isDiplayed will trigger in the result if the popup is diplayed or not