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
- open handle popup in process -main xaml
- drag your sequence (that causes a popup) here
- open this sequence
- 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