The only way i can interact with app is via CV. how can I read state of a checkmark?
Try with image exists… if you need the state
Try changing the accuracy to get it proper
Else if you need to do a check or uncheck always use cv check activity…
Cheers
hELLO @tomaz
Did you try with CV element exists? If in the automation already created with checkbox selected then in the execution it will give a false if the checkbox is not selected. Hope it will work for your case.
Thanks
Hi @tomaz ,
is the application residing another VM and are you trying to connect with the the VM using RDP or citrix?
You could utilize the image automation to connect the application inside remote machine. but image automation is not reliable one.
we have UiPath component called UiPath remote runtime which we would need t to install in the VM machine which application residing so we could get the application UI elements so that we could try with native UI automation.
if my above assumption is correct please try to refer the below link to get to know about UiPath remote run time. in our organization we are able to automate lot of application inside VM.