Reg-Project

My Project is about a bot! which is a automated files downloader by the given link in excel sheet…I’ve done all about to excel sheet, My major doubt is…How to make loop if multiple links are given in a column, how to set arguments? is there any updated Activities ?? Expected quick response

Hi @Niranjan_V

You can use a read range to read the data into a datatable.

Next, use a for each row to loop through each record.

Inside it, use a navigate to activity along with attach browser activity so you can navigate to each link. I would suggest you to get a browser object as a output from open browser activity and use in attach browser so you dont have selector issues when attaching with the page…

Thank you for imparting knowledge the best you could … Means a lot!

1 Like