sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30726
Re: [Question #262845]: Java code to wait till clickable image appears
Question #262845 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262845
Status: Open => Answered
RaiMan proposed the following answer:
then a look into the high level docs might help to get to the right classes/methods in the Java docs ;-)
http://sikulix-2014.readthedocs.org/en/latest/index.html
… but today I am in good mood ;-)
if (null != new Pattern(some_image).exact()) return true;
else return false;
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.