Question #146397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/146397
RaiMan posted a new comment: You say: if (s.exist(img1)) returns object and if need a Boolean , java wont be able to convert match to Boolean. Ok, this was too fluffy (my every day languages are more Ruby and Python - apologize) That should be Java: if (null != s.exist(img1)) Feel free to come back every time or even contact me directly using my mail at: https://launchpad.net/~raimund-hocke -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

