I was wondering how does RPA Express look for the image when you use the “wait of image” method.
I am trying to recognize (using wait for image) if a certain 3 character image is selected in a list.
if: image == true: keystroke = ENTER
else: while image == false: keystroke = DOWN
however whenever I run this script the boolean is always set to false and runs through.
here is the list:
im trying to select “BE8”
here is a screenshot of my actionflow: