Dear all,
my task is to loop through several rows in a table of an application.
The tricky part is, that the indexing of this app is dynamic. This means that sometimes the first row of the table has a selector containing e.g. virtualname=‘VCheckbox7246’ />, but sometimes it is virtualname=‘VCheckbox11’ />.
However, next rows are always +1. Is there a way how to investigate what the selector of the first row is as I am not able to click on it?