Dblclck index issue in loop
Hi,
I and my colleauge are struggling with looping over the index in Raise Event's "Double Click" method applied for a table's cell.
As you could see in attached screenshots, we created a loop to iterate table cells and click over every column.
However, Raise Event "dblclick" doesn't work properly in our case, because every round of the loop it always clicks the first row.
We suspect that for Raise Event, index is iterated through the row. Meanwhile for other elements (GetValue "Annullo", GetValue "dblclick") we verified that iteration is going through the column.
The "dblick" cell was interrogated as the second cell of the first row.
Could you please recommend us a way to iterate the Raise Event "dblclick" by column.
In additon, we attached also the screenshots of HTML Table Designer and html of the "dblick" cell.
Thank you.
In our project
in attached
***Edited by Moderator Marissa to update platform capability tags****