Chrome blocks my downloads

Hello.
I’m having trouble downloading .xls files from an HTTP website.
When I download, it blocks me even though I’ve enabled all the options I’ve seen.

No protection in Chrome.

Website with download permission
Captura de pantalla 2025-03-26 a las 14.45.18

Won’t let me disable it.

any ideas?

@Aguirre,

If you got the exact URL of the file you want to download, I would suggest to use Download File From URL activity to download the file.

Hi @Aguirre

try this in chrome (Not recommended):

Chrome > Settings > Advanced > Downloads > Uncheck “Ask where to save each file before downloading”

Happy automation.

I don’t have the URL, I have to download 20 files from the same website and I have seen that the URL ends in .jsf#

@Aguirre

Check this pls:

I tried it and it blocked me.

@Aguirre

Try getting the exact download URL using Get Attribute activity and pass that URL to Download File From URL activity.

1 Like

As an alternative, have you tried in for example Microsoft Edge?

Perhaps the surrounding automation is not “meant for Edge”, but in this specific case (downloading the 20 files) it could be used and then discarded?

Regards
Soren

2 Likes

I’ve tried it and I’m still the same.

I’ve tried it on Edge and it doesn’t give me any problems downloading. I’m going to change the development, as this might be easier than finding the solution in Chrome.

1 Like

@Aguirre
Yes great , You can just change the browser type.
Thanks, Happy Automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.