Sap automation-Check boxes

Hi all,

In a sap application, i want to check if the check boxes are checked, how do i do that?

I tried Get attribute activity, doesnt seem to work. How will the variable be stored in Get attribute to check if the box is checked or not?

You could use a Element Exists activity for this !
It returns a boolean value true if the particular element exists!
Tell me if this helps you :slight_smile:
Regards,
Niket Ghai

You can use UI explorer to inspect on that element and view all the attributes available on the Property Explorer. Pick whichever attribute differentiates the check box being checked or not. I guess the attribute in this case would be checked