← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #151831]: findall is finding textboxes but not in topdown order

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
findAll() does not return the matches in any specific order and you
cannot tell findAll() to do it in any way.

copy the contained matches to a new array and sort this according to
your needs (e.g. looking at the y-position).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.