Download multiple files from website

Hey all,
I want to download all the files from a single webpage and store it in a specified folder.
As there are multiple files, I want to download all the files.
Any suggestions.

Thanks in advance.

@NiranjanKN
Use the click activity and try to get a unique selector for the download link. Then use a counter to loop through all the links on the webpage.
This requires some knowledge about dynamic selectors. (You can refer to Issue with dynamic selector - Assignment 3 - #4 by sawaseem)

use find children activity to get unique selector for the download link.

@anil.mvc Hey, the find children activity doesn’t work for this.