Handle popups such as update links popup

Hi everyone, i’d like to share my new custom activity. Feel free to use it and ask any questions

This snippet lets you handle popups that block execution. These pop-ups cannot be handled normally because they block UiPath execution until the user manually clicks on them. This snippet handles them with a parallel thread with the “isolated” property. Examples of these popups:
1)


2)

3)

How to use?
steps

  1. open handle popup in process -main xaml
  2. drag your sequence (that causes a popup) here
    image
  3. open this sequence
  4. update this selector to that of the button that closes the popup eg.

    4.a ***You can handle multiple popups by adding more “click” actions inside this while loop
5 Likes

Thank you !!
I’m bookmarking it, and if I have an opportunity to try it I’ll let you know :grin:

1 Like

thanks

Added video tutorial