Re: [Sikuli-driver] [Question #233860]: Region.find or Region.findAll problem

2013-08-12 Thread Jose L
Question #233860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233860 Jose L confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Si

Re: [Sikuli-driver] [Question #233860]: Region.find or Region.findAll problem

2013-08-12 Thread Jose L
Question #233860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233860 Status: Answered => Solved Jose L confirmed that the question is solved: RaiMan, Thank you! This solved my problem. I went by the documentation examples but failed to notice the region (reg) annotatio

Re: [Sikuli-driver] [Question #233860]: Region.find or Region.findAll problem

2013-08-12 Thread RaiMan
Question #233860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233860 Summary changed to: Region.find or Region.findAll problem -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #233860]: Region.find or Region.findAll problem

2013-08-12 Thread RaiMan
Question #233860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233860 RaiMan proposed the following answer: I just realized, that you are talking about 1.0.1 This is even easier: reg = Region(413,248,680,510) while reg.exists("1376053585710.png"): reg.click() find("13

Re: [Sikuli-driver] [Question #233860]: Region.find or Region.findAll problem in Sikuli Version 1.0.1

2013-08-12 Thread RaiMan
Question #233860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233860 Status: Open => Answered RaiMan proposed the following answer: You are not using the defined region to restrict the searches: click() works on the whole screen but reg.click() would only search in the

[Sikuli-driver] [Question #233860]: Region.find or Region.findAll problem in Sikuli Version 1.0.1

2013-08-11 Thread Jose L
New question #233860 on Sikuli: https://answers.launchpad.net/sikuli/+question/233860 Hi All, I have attempted to use a loop with Region.find() and Region.findAll() to perform actions on a web page that contains the same icon multiple times. I first set the region and then go through the proce