{
"Command": "store",
"Target": "true",
"Value": "warningExists",
"Description": "Initialization while first loop. User runs macro only if Warnings exist."
},
{
"Command": "while",
"Target": "${warningExists} == true",
"Value": "",
"Description": "While first"
},
What am I doing wrong? Does case matter for true, True, TRUE?
And could I eliminate the use of “warningExists” by somehow embedding the “Command”: “visualVerify”, “Target”: “find_severity_clickonwarning_dpi_96.png” in the body of the while() loop? If so, how?