Click on the multiple links

In a website there are multiple links and bot need to click all the links one by one.How to do it?
TIA

I recommend using For Each UI Element activity that lets you iterate through a series of elements(like links) and then click or perform futher actions

Hope it helps!

Hey

you can use the extract structure data activity, then loop through your dt and use a click activity inside the loop, create a dynamic selector and pass the item within the selector, if you dont know how to create dynamic selector check some videos or course in academy

Regards

but I have a file in which they mentioned which file needs to be downloaded. my problem is when the file is visible it did not click on the file hyperlink.

I am using this but using a variable it didn’t click on the file.So how to resolve this?