sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47721
Re: [Question #670801]: Unable to use Finder with Jython where Screen works OK
Question #670801 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/670801
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, partly wrong:
Finder.find() does not directly return a match, but an Iterator<Match>.
must read:
Finder.find() does not directly return a match, but the image file name on success.
How to get your match:
as mentioned: read the docs (hasNext(), next() ;-)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.