Error in multiple file download from browser

I have error while download pdf file from browser…
When i click on generate button then new tab is open …
In new tab there is download button is display…
But how click on download…

1 Like

Hey @Shubham_Akole
Hope you are doing well,

You can use Element Exist activity and click accordingly
Cheers
@Shubham_Akole

1 Like

I want close generated tab…

yeah you can do that as well, indicate on certain element when the Generate Tab pops up and close it!

1 Like

@Shubham_Akole Use Attach Browser activity of New Opened Tab and Save UiBrowser Output in a variable - In that Scope use click activity for download button/symbol.
Once downloaded use Close Tab activity and pass the captured UiBrowser variable in Input.
image

1 Like