Re: [Sikuli-driver] [Question #691369]: 2.0.4 findAllList does not find all of the pictures

2020-06-17 Thread RaiMan
Question #691369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691369 RaiMan posted a new comment: Anyways thanks for the question. I should explain the new implementation in the docs. -- You received this question notification because your team Sikuli Drivers is an answer co

Re: [Sikuli-driver] [Question #691369]: 2.0.4 findAllList does not find all of the pictures

2020-06-17 Thread Marc Summers
Question #691369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691369 Status: Open => Solved Marc Summers confirmed that the question is solved: list(findAll(Pattern("morebutton.png").similar(0.89))) -- You received this question notification because your team Sikuli Dri

Re: [Sikuli-driver] [Question #691369]: 2.0.4 findAllList does not find all of the pictures

2020-06-17 Thread Marc Summers
Question #691369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691369 Marc Summers gave more information on the question: OK, I figured out what I need to change. list(findAll(Pattern("somepicture.png").similar(0.89))) Add Pattern and .similar to the findAll call and that