How to download all files from a website?

Hello everyone, I’m looking to download all the files from this website( [(https://botsdna.com/IPTicketingTool/)), but I’m not sure how to do it. Can anyone provide some guidance or suggestions?

@Kumar_Sahu_Sameer

use datascraping extarct all the files
2.use for each row in datatable activity
inside use click activity and make the selector dynamic by passing the currentrow value to it

Hope this helps

I tried in the same way but it’s not working as expected.
Main.xaml (29.9 KB)

@Kumar_Sahu_Sameer

index is the output of for each row in datatable activity

@Shiva_Nikhil



But for me it’s throwing error

@Kumar_Sahu_Sameer

First one error was you datatable was empty or you are not running the workflow from starting point
2 click activity error
it will show like that only but in run time it will work

If you don’t mind, Could you please implement this end-to-end, It could you helpful for me.

@Kumar_Sahu_Sameer

check this

botdnatask.zip (3.7 KB)

hope this helps

@Kumar_Sahu_Sameer

Use for each ui elmeent activity and indicate the url and then inside loop perform click and save

Or

Use table extraction and get all the urls and then use navigate url to navigate and downlod or use http request and pss the url and give the file location filename for response…it would be saved automatically

Hope this helps

Cheers

Hi @Kumar_Sahu_Sameer

Loop through the ui element and use click activity to click on URL. Check the selector and make it dynamic.

Thanks!!

Thank you, everyone! All the suggested approaches are functioning as expected. I appreciate your assistance and guidance.

1 Like

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