SAP doubt

Hi,

I need to make sure that a checkbox is ticked on a screen in SAP. Uipath reads the object and clicks on it properly. But the problem is I don’t know how to check the status of the checkbox (ticked or unticked).

Is there any way we can read the status value of an object?

You can try “Get Attribute” activity

You can check if a checkbox is checked or not by using “Get Attribute Activity” with “Checked” Attribute.

Regards…!!
Aksh

1 Like

It worked as expected.

Thanks guys for prompt response.

Hello Aksh,

It’s not working at my end as in SAP form i am not able to identify each individual field as element.