Hi all. I'm trying to automate a program which has a list of checkboxes with labels, and I need to select some checkboxes from the set and determine the color of the accompanying text.
Is this possible? I see when creating a GUI in Autoit, all sorts of styles for controls can be defined, but when one is reading out a control from a program to be automated, I don't see much else but:
https://www.autoitscript.com/autoit3/docs/functions/PixelGetColor.htm
Which is where I would need to be sure