Mouse click not working

I have a table in IE webpage, which has multiple rows and about 5 columns. The table is full of links, but always different links. I am trying to get my process (on each loop round) to left click the link in the 2nd row, 2nd column. Have tried Click Trigger A within a monitor event, but nothing happens.

Anyone able to point in the right direction

Hello @MrRobotics :wave:

Welcome to the community!

To make this dynamic, you can scrap the table from the webpage and then select the value in the specific cell using DT manipulations and then open a new browser instance to open this link.

Hope this helps. Try and it and let me know if you are facing any issues.

Cheers,
Rahul