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

    Status: Needs information => Answered

RaiMan proposed the following answer:
exists does not tell you anything but True or False.

If you want information, you have to use find/wait and catch the
FindFailed exception.

... but this will not give you more information: if exists returns
False, the image is not found within 3 seconds on the screen.

So you have to check your click... workflow.

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to