How to download multiple documents from webpage

In one website i have to enter one number and click search. After that i will get list of documents to download there i have to do right click and download. i done recording for that for one document it is working fine.if there are multiple documents how can we do that…i attached the screen shot of the webpage that will show how the list of documents look like.i think that web page is adobe flash page.

Thanks
Ananthaeswar

Not sure if it works in your case, but did you try :

  1. Find Children → List

For each Children

  1. Get Attribute → URL

  2. Http Request → Url variable from 2 goes into “End Point” & local path goes to “Resource Path”

End For Each

1 Like

Hi could you please provide an sample XAML for this.