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.
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