Web Button download

Hi,

New to UIPath and trying to create my first RPA

Is there a way to change the file download location when using the Click function on a button on a website. I have an excel file that is downloaded without a save file as popping up, it just automatically downloads to my downloads folder. I want to make it so when my RPA clicks the button, it directs the save location to be on a shared folder.

Thanks!

Please change the settings of your browser. Select Ask where to save option in your browser settings.

After enabled, you will get a pop-up.
In the file name activity, use type into activity, enter the path of a file including file name.
Click save button in the pop-up window.

For example: settings todo in chrome -

Regards,
Karthik

Hi @cwozniak,
If you know the download link , you can use the download file activity .

Regards
BalaReva