Hi,
I have a website with an HTML table. The first column in each row contains a link.
When clicking this link another tab opens and I have some other clicks that I run there. Once completed, I want to close that tab and click on the next link in the table.
I can't extract the links since they are JS actions and only work in the context of the page.
How do I loop through each row on the page?
Thanks
Sam