How select particular element on desktop based application

Hello,

I’m facing an issue while working on desktop application using Uipath.
Basically, on application window i have to scroll down to one specific node.
that node could be checked or unchecked.
I have captured that node using ‘image exist’ and ‘text exist’ but it is not able to identify whether it is checked or unchecked.
is there any solution to identify?

@rahulyc,
You can use Get attribute activity with checked property and capture the check box selector.

Regards,
Dominic :slight_smile:

Hi Dominic,

Thanks for the reply,
I have tried this solution,but not working as expected.
I guess, this is applicable only in case of web base application.

Regards,
Rahul