Select rows from sap screen

Hi friends

I need to select (click on ) the rows which contain Unit as “PC” in the SAP table.
It has 400 pages, we need to scroll down to find it. we dont have any filter option.
Row number is also not fixed. so it should be dynamic.

once i click on all the rows which contain “PC” , i will click on "execute " button in the end.
Do you have any idea.

Hi @oshan

it is maybe not the most elegant approach but you could try to loop through the table (by selector) and select/click the row by checking if unit is equal to “PC”.

2 Likes