← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #204918]: Can I prevent Sikuli from clicking two times the same spot?

 

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

    Status: Open => Answered

Roman Podolyan proposed the following answer:
http://sikuli.org/docx/match.html#iteratingmatches
Iterating over Matches after findAll()

A find operation Region.findAll() returns an iterator object that can be used to fetch all found matches as match objects one by one. A reference to the iterator is stored in the respective region and can be accessed using Region.getLastMatches().
...


Please read information from link and then related. I think it looks like what you are looking for.

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