Save an array of documents from the same webpage

Hi Team,

How can I save a list of documents present on the same web page as web links to a specific local directory ?

For Example : I have a webpage opened, and I have 5 hyperlinks. I need to click on each of those links to download the files to a specific folder in my local directory.

Thanks in advance.

Hello @kaishah,

Please make me understand if I don’t answer correctly to your question.
you can happily click on those links to download by default they will be download here **C:\Users\win7\Downloads**

Thanks,
Pankaj

1 Like

Hi,

The I need to loop through the number of links present on the web page, and download all of them. Also, the number of links present would change everytime.

1 Like

HI @kaishah,

use find children activity to get the number of link present in the screen loop through it and download all of them.

C:\Users\UserName\Downloads

all the files will be stored in this location default.

Regards,
Arivu

2 Likes