sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31509
Re: [Question #264563]: How to get a final sorted match list after more than one findAll()
Question #264563 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/264563
Status: Open => Answered
RaiMan proposed the following answer:
- for every different element (the stars in your case) make a findAll(), which gives you a resulting match list.
this might well be put in a def() to reuse it.
- when all findAll() have been processed, combine the match list to on
match list.
- sort the list as needed
- use it
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.