Dynamic Selector in web automation

Dear Team,
I want to download multiple pdf from the web, for each pdf i have to click “more(…)” option and then download buttton is visible.You can see in attached snapshot.image


Please help me to solve this.

Thanks and Regards,
Amol Golhar

Hi @amolgolhar

Hi see you have a tabular data here.
So you can use a While loop until the number of rows in the table.

Once you do that, for every row you can increase the index in the While loop.
After that you click on More Option and Click Download.

You can refer this youtube video or knowledge base to know more about how to iterate your table