For each row in webpage table, click a link

Hi, I have a table in a webpage:

How do you loop through each row, clicking the link “Details” on the right each iteration?

Thanks

Hi @DEATHFISH

  1. Scrap the table using data scrapping
  2. Do. For loop in the datatable and use it per row…

Hope this helps…
Cheers

What’s the selector to specify and click the link in each row?

Also what’s the dynamic part of this selector that changes each iteration?

Hi @DEATHFISH
Do one thing check the selector for both details link

Thanks
ashwin S