How to cheked the multiple random checkboxes in SAP

This looks like a table. I’m not familiar with SAP, but if you have find childen activity you can use that and loop through the controls using For each (uielement)

Where ever you encounter checkbox, use get attribute (“checked”) to check the status and if false, perform click on the check box.

1 Like