Mouse click automation

I am trying to download different pdf files from an site .



I know i can do it for single pdf with mouse click activity , but how can i do for others ?
Uploaded the screenshots for reference .

Hi @Harish_saravanan_R

Try with For Each UI Element activity

Cheers!!

1 Like

Hi @Harish_saravanan_R ,

As you have to download the pdfs from different item table results, you can
Follow the steps:

  1. Inspect the page source
    2.If you can get the Urls of the links, then try to chk if you could create the dynamic part of the links to download separate pdf
    3.Another way is to download the pdfs using the for each ui element for the table control

Regards,
Geetishree Rao

1 Like

Check this video it might help you.

Thanks a lot it helped me.

1 Like

Thanks i made it work.

Thanks for replying I got how it works .

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.