Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-07-16 Thread RaiMan
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 RaiMan posted a new comment: The solution masuo suggested in comment #3 is the best one. It gives the chance to evaluate the matches with little effort. To use findBest() only makes sense, if you have more

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-07-16 Thread RaiMan
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 RaiMan posted a new comment: The solution masuo suggested in comment #3 is the best one. It gives the chance to evaluate the matches with little effort. To use findBest() only makes sense, if you have more

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-07-15 Thread Javier Gonzales Rodriguez
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 Status: Answered => Solved Javier Gonzales Rodriguez confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-06-14 Thread Javier Gonzales Rodriguez
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 Javier Gonzales Rodriguez posted a new comment: Thanks Masuo, it is working now! I just did this... rightRegion = Region(1186,447,173,63) if

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-06-14 Thread masuo
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 Status: Open => Answered masuo proposed the following answer: Try similar() and exact(). https://sikulix-2014.readthedocs.io/en/latest/pattern.html?highlight=similar#Pattern.similar [sample code] r =

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-06-14 Thread Javier Gonzales Rodriguez
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 Status: Answered => Open Javier Gonzales Rodriguez is still having a problem: Hello Mauso, Thanks for your answer but it didnt work, findAny, findAll, findBest ... i tested all of them and they choose

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-06-13 Thread masuo
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 Status: Open => Answered masuo proposed the following answer: findAny() is usefull for your case. https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.findAny -- You received this question

Re: [Sikuli-driver] [Question #691302]: [HowTo] handling findFailed

2020-06-13 Thread Javier Gonzales Rodriguez
Question #691302 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691302 Description changed to: Hello there ... am using Sikuli for pretty basics task, am not a developer so will be great if any of you give me a hand to solve my issue. So let me explain what am trying to do