-
I confirmed this _lastscreenshot.png not updated issue (see here: 05.28.2020-16.10.48 )
-
VisualAssert is almost colorblind, as discussed above.
Solution: We will add a new getPixelColor (x,y) command soon. (Available now) This way you will be able to check on the color:
visualVerify | (image of button)
visualGetPixelColor | ${!imageX}, ${!imageY} | var_with_color
-
if | ${var_with_color} == "#5da225" |
…then do something
Screenshot VisualAssert: All the button edges look almost the same to it´:
Update 2020/8/8: visualGetPixelColor is now available