Clicking on a checkbox when UIpath can't find a selector

Hi all,

I have a use case where I need to click on certain checkboxes based on user defined data, the user will supply a list of strings and I need to check if the text to the right of the checkbox contains an exact match to one of the strings provided.

The difficult part is UIPath only seems able to highlight the entire list of checkboxes and UIexplorer can’t seem to find more in depth selectors. The descriptions are not selectable through / copyable.

The only approach I can see is doing OCR on each description and then clicking to the left of where the OCR was done. Does this sound like the best way? Does anyone have any other suggestions?

I really appreciate it!!

  • David Szabo

Yes you can use OCR and then click else you can try click Text along with X offset value and Y offset value

1 Like