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

    Status: Open => Answered

RaiMan proposed the following answer:
--- image store
Put your images with a naming convention into one or more folders (which might 
be inside your project or somewhere outside)
Use the ImagePath feature, to tell SikuliX where an image named "someImage" is 
stored.
Please read the docs.

--- check existence (with 1.1.4)
there is no "generic" function needed, simply

assert script.has("someImage"), "possible message in case of fail"

or

assert script.has("someImage", waitTime), "possible message in case of
fail"

-- 
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