I created a PAD flow that launches a website, logs in and goes to the report section and chooses the correct report from a dropdown and enters the correct fiscal year in a text box. Everything works fine up until that point where the report is generated in a new tab. The report URL always changes due to the session ID and here is where my issue starts. I cannot figure out how to get PAD to download the report from the new tab. PAD is looking for the either the URL, name of the tab or foreground window all of which I tried in my flow. When the report is open, Chrome auto switches to the report tab, after instructing PAD to click on the objects it does not do it. The mouse simply goes to the download button but does not click, the flow finishes with no errors. The new web instance in PAD for the report does have a variable which is being used for clicking the objects to download the reports. I tried with both the first web variable and the new one, however, none seemed to work.
Any suggestions would be appreciated.
As a side note, I have to download 9 reports from the first tab. This is a government website and there are no APIs or FTPs available to retrieve these reports.