I want to have a checkbox clicked in the ORBIS application. Unfortunately, identifying it is not straightforward. After the click, an additional dialog window opens.
![]()
I have already tried using a screenshot selector, but that does not work. Shortcuts/hotkeys also do not work at this point. Does anyone have experience with this program?
Hey @jens.braun ,
Have you tried the Check activity for selecting the checkbox. Please refer to this for more info on Check activity - https://docs.uipath.com/activities/other/latest/ui-automation/check
Thank you. I was able to solve the problem with a click activity after all. It worked after several attempts and an additional verification. The main issue is that the checkbox isn’t a real checkbox, but rather an image.
Hi @jens.braun
Use OCR Click or Relative Click based on nearby stable text or element.
If that fails, try Click Image with high accuracy. Make sure to add a wait for the dialog that opens afterward.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.