Check if check box is checked or unchecked- No checked Attribute present for the selector

how to check if chebox is already checked or not. I tried finding checked attribute in UI explorer but checked attribute is not present for that selector. and If still I am trying to get attribute of that it gives error- HRESULT E_FAIL has been returned from a call to a COM component.
Basically requirement is just to check if it is checked or unchecked. Ii is not allowed to check or uncheck that checkbox.
I am using salesforce lightening environment. In salesforce classic I am getting checked attribute.

image

@akshay616

you can use get attribute activity to check this

Regards,
Dimple

Hi Dimple,
I have tried with get attribute but it is throwing error- HRESULT E_FAIL has been returned from a call to a COM component as ‘checked’ attribute is not present for the selector

@akshay616

Please look at this flow and let me know it works for you or not.
Main.xaml (6.2 KB)

Regards,
Dimple

image

Find image activity only on the checkmark (without the surrounding box) should be very reliable