I have to download multiple files by clicking only on Download icon. How can I do?

image

@Manju_Reddy_Kanughula
You can download it by making dynamic selector one by one
or by getting url of each download


Can you guid me which one should i do?

@Manju_Reddy_Kanughula please uncheck name and see idx is coming or not

Its not validate

@Manju_Reddy_Kanughula ok now please select name and unselect tag and show me

@Manju_Reddy_Kanughula I think we can’t download with dynamically with loop, how many files are there

We can’t say exact number?

@Manju_Reddy_Kanughula
ok one more thing. please try with Data Scraping

How can I click after scraping the data…


image
Now Click on first file download button

then
click on last file button
image
Now
image

After this data looks like

Actually, I have scrap all the data but how do I supply those data to download the attachments I am not getting idea.

First thing is that, are you getting url or not for each file?

Sorry urls are not there.

Hello Manju,

After you extract the data, you can do a For Each Row in your datatable (with the extracted data) and use the row data to build your selector for the click activity.

Yes, I have that in my mind, I don’t have idea how apply, After extracting i have taken For each row data table in that what should i do?

@Manju_Reddy_Kanughula can you show me extracted data

Hello,

Can you do a for each with a dynamic selector on the click ? And a wait for download because otherwise clicks will be too fast and you will not dl everything. Tel me if i’m not clear or if i don’t understéand your problem ^^’