Search code examples
automationrpauipath

How to get the Check box status in Citrix Environment in Uipath Automation


image

These are the Check Boxes which i need to check the status and if these are not selected I need to check the box , as this is a citrix environment not able to get the correct/complete selector of that check box.

Tried Element Exist , Anchor Base & Get Attribute ,all these activities are giving the output that is False even when the box selected.

Any suggestion will be helpful.


Solution

  • In citrix environment I use Image Exists activity of UI path to get value of a checkbox. I am not sure if there is a better way of doing this but it gives accurate results. You can also use Click Image activity to set the value of checkbox.