In the system I am automating, when searching for accounts, the list of accounts appears as below.
I need my robot to open all accounts that are “live” accounts - these are those that are not highlighted in a shade of yellow.
Currently my robot loops down each account in the list, opening it, and checking a parameter on the account to see if it is live or not.
Is there an easy way for the robot to identify colours, so that it doesn’t open accounts with a yellow background?