I’m in a remote environment where i can get the selectors consistently. How can I consistently get the checkbox value in this type of environment. I tried OCR but it does not work since the checkbox is out of the view due to a large scrolling UI. Thanks!
I would need to use Scrape Relative, which didn’t work consistently when I tried with scrolling. So maybe CV is my best bet. Unless anyone else has any alternatives.
Hi,
you can try with image exists and then if not then page down again image exists and again if exists click on the image this shold sole the issue, because even I had similar type of requirement and I am able to overcome in this way.
let us know if this suits your requirement.
Regards,
Pavan H
In the same boat. I have a Citrix based App to where I need to check a checkbox that is next to a Text value, so for each Account I pull up, the Text values change, so really need an Activity to where I can click relative to a dynamic Text value…any ideas?