← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663312]: how can to control FindFailed

 

Question #663312 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663312

RaiMan proposed the following answer:
-- 1. SikuliX surely works on all macOS, since I am developing on macOS
(currently 10.13.2)

-- 2. FindFailed means, that the image (if the file exists) cannot be found on the screen in that moment.
So again: understand how SikuliX works and read about the options around FindFailed.
http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen
http://sikulix-2014.readthedocs.io/en/latest/region.html#exception-findfailed

If you want to get rid of FindFailed handling, you should think about
using exists() and if/else.

You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.