Popup window perceive

I want to use if to distinguish when a popup window appears and when it does not, and to recognize when a popup window appears.

Hi @user118

We Can try with Element exists Indicating the Popup!

Use Element Exists Activity Indicating the Popup and Store the Output!

Use If Condition pass the Output Of the Element Exists!

Exists----> Return True and Proceed with then part!

Not Exists---->Return false and Proceed with else Part!

Regards

1 Like

thank you
but my studio don’t have element exists

Hi @user118

From the filter options in studio enable Check the Classic design experience!

And try searching element exists activity!

image

Regards

i find it thank you

1 Like

How can I input the element found in the if condition?

Hi @user118

Refer to Skeleton Xaml below on how to Use Element Exists!

Main.xaml (6.1 KB)

Regards

thanks it solved it perfectly

1 Like

Hi @user118

Glad I resolved your query!

Please mark solution to the post and Close the thread it may be helful to others who searches Similar!

Regard

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.