I have tried multiple different ways to read a special character (=,!=,<,>,<>) with no luck.
The format of the window is:
Field A = value
Field B = value
…
Where the “=” is a spring loaded list.
I am trying to select an operand from this list. The list displays the last selected operand on top. I am able to select different operands if the original selection is always the same. But I need to be able to “read” what is the current operand is so that I can move the selection cursor up or down in the list as needed if the operand is different than the original.
I use the basic ReadText command with a small search rectangle and I have added iteratively to see what could work:
DPI:300
Contrast:On
ContrastColor: (0,255,0)
ContrastTolerance: 20
Trim: On
TrimColor: (102,102,102)
ValidChararcters: “=,!,>,<”
What else is can I do?