How to click on every report under a folder

I want to click on every report under a folder on a webpage and save it one by one . Is there a way in which i do not have to specify the name of the report, just give the folder name. I tried using “click Text” but that is also not working so for 500 reports i have to manually indicate all 500 reports on screen one by one.

I want to just provide the folder name “Available” and it should click on each report one by one and click save.

1 Like

Maybe click the Available node and then use something like down arrow key?
Or try to use “Find Children” activity and get the list of all reports and then “For Each” of them you can use Click activity.

2 Likes