Download file in browser

Hi,

I have a process that navigate through a website and download file by clicking on links.
I need to save those files. Problem is that some files are PDF, so Acrobat Reader opens. I just want to download them, not open them. I can get the file url, but as the site needs an authentication, so i can’t do this with a HTTP request.
Any way to do this with a Uipath.Core.Browser object ? Or with another custom activity ?

Thx,

Have you tried right clicking the links and selecting “Save Link As…”?

yes, tried this one. Right click is disabled on website via javascript.

Hello Cedric,
Here I have some examples of how to download files:

Thanks,
Cristian negulescu