I have downloaded some image from the web and later I am opening that particular image using my robot but when I use image.expected command it gives false always doesn't matter whether I am searching on an absolute window or relative window. In this robot, at an absolute window would be that particular image when I am using image.expected command i.e. on "relative true" argument it should return true but its giving me false.
♥image = ♥environment⟦USERPROFILE⟧\Desktop\image.png
file.download https://jeremykun.files.wordpress.com/2012/01/img49.png filename ♥image
program ♥image
image.expected ♥image result ♥isPresent relative false
dialog ♥isPresent