Save File by clicking download link in webpage

Hi,

I nee to click the below link (csv) in a webpage that will download a csv file.

image

How can i download the file and save it to a local folder with a custom name?

Is there a better approach that automating the UI?

@Anandhu,

Try with Click Text activity

Can you check the Pattern of the URl Behind the CSV Node.
if its dynamically generating get the Pattern and use HTTP request Activity where you can download the File and save with the Custom name

2 Likes

Set your browser to prompt for download location , once you have done this whenever you click on the link it will pop up the save as window in the filename box give the full path and the name as you desire . It would get saved as you would want