I am automating a web application. after performing certain steps I need to click on submit button. while clicking on submit button, 5-6 popups may occur but at a time only 1 will be shown.
As a solution I have used parallel activity/pick branch activity but if its 6th popup it is taking too much of time(checking all popups through element exists activity)
add “On Element Appear” for each popup. Adjust the proper timeout, set continue on error and make sure Repeat forever property is False (if popup only comes once, otherwise True)