How to select item in SAP one by one

@Yao_Qi_SZ

  1. It looks like a table so try to use sap table scope and just increase the numbers to change the cells
  2. If 1 does not work then in find children you need to indicate full table and then in filter give the selector of individual rows…to identify it open ui explorer indicate a row copy the selector ..mostly the last row only and then indicate one more row..and see what are the similarities and give the similar selector in the filter something like <webctrl tag='td' />
  3. Use currentitem as input variable to input element so that for each iteration each item is clicked

Cheers

1 Like