HTML Table For Loop iteration - Robotics
All,
I have a HTML Table which I would like to select the Caret in column 0 once I have found a text match. The example below I would like to select the System Caret adjacent to the text "System Admin"
I have interrogated the table, with the ability to find the Text system admin via the below (For loop)automation.
The issue I am facing is the WebControl2 component seems to match the first row caret I.e. the caret adjacent to Collaborative users.
All,
I have a HTML Table which I would like to select the Caret in column 0 once I have found a text match. The example below I would like to select the System Caret adjacent to the text "System Admin"
I have interrogated the table, with the ability to find the Text system admin via the below (For loop)automation.
The issue I am facing is the WebControl2 component seems to match the first row caret I.e. the caret adjacent to Collaborative users.
I have included the match rules for the Webcontrol2 below, can someone recommend how I can select the caret adjacent to system admin whilst iterating through the HTML table.