How to we check pop in desktop app?

I have a desktop app and after an input a popup appear if the input is invalid , how do we check if popup appears ? and if popup appears I wanted to click the ok button on the pop. I tried using element exists and click activity but it does not work. Thank you.,

Can you show a picture of the popup and the selector? In worst case some popup needs imaga click.

1 Like

Better use “On Element Appear” activity
with
RepeatForever = false
ContinueOnError = true

Cheers

1 Like

Youn can try this-

  1. On your computer, open Chrome.
  2. Go to a page where pop-ups are blocked .
  3. In the address bar, click Pop-up blocked .
  4. Click the link for the pop-up you want to see.
  5. To always see pop-ups for the site, select Always allow pop-ups and redirects from [site] Done.
    I hope this will help
    best Regards