Question on clicking multiple dynamic popup windows

Our task is to download files from a list of employees from a website table. Each row has a button with hyperlink on click It opens a first popup window. After you click the “download” button on the first popup window, it will lead you to the second one. when the pop up window shown, the RPA stop working and cannot click on the download button. I have tried “attach browser” activity, but still not function well. How can I solve that? Popup windows are similar to the images shown below.

Hi, Madhavi!

Welcome to the community)

Try to use separate browser scopes for each window, it should help)
If not, try removing specific descriptions in selectors)

Hi

Welcome to UiPath forum

With the same attach browser activity check with the selector

Click on selector property of that activity and see which part of selector looks dynamic for each pop up window
Replace that dynamic part alone with a wildcard symbol *
And give a try
Have a view on this doc for more details

Refer this thread with similar scenario

Cheers @Madhavi_Puliraju

1 Like