How to click row by row on SAP Screen on particular column

Hi Everyone,
I have SAP Screen, where i need to click a row in “inspection lot” column and perform some activity (which i can do it) and come back to click next row.
please help.

Create a dynamic selector of the element to be clicked.That should have the row element value to be clicked in the selector text, then replace the name with a variable.

You can extract the table and then you’ll have the name of the row elements. Loop through the datatable and use the dynamic selector and pass the current row value of the element to be click

Add a activity to close the opened item’s window.

This way the for loop will open the element one by one.

hope this helps!

1 Like