Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-10-09 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Nitin Chaudhari confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-10-09 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Status: Answered => Solved Nitin Chaudhari confirmed that the question is solved: Hi Raiman, Thanks for wonderful support. Adding wait before find() has positive results and it worked. Appreciate your

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-12 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Nitin Chaudhari posted a new comment: Hi RaiMan, Am still working on adding wait() before every findAny(). If that works as expected; will share the details. Thank you once again. Regards, Nitin Chaudhari

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread RaiMan
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 RaiMan requested more information: Please send me a sample image and a screenshot, so I can test. sikulix---at---outlook---dot---com -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Nitin Chaudhari posted a new comment: Hi Raiman, I will try to add some wait before findAny(). Also I observed backround impacts the serach. Hence I always keep notpad as background and run the script. But

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread RaiMan
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Status: Open => Answered RaiMan proposed the following answer: Might be a timing problem, since findAny does not wait for the image to get visible, but only searches once. Another problem might be that

Re: [Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread Nitin Chaudhari
Question #683843 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683843 Description changed to: Hi Team, Thanks for support. Am using SikuliX 1.1.3. Using findAny() functions in my code many times. Not getting match all the time for the specified target. Same piece of code

[Sikuli-driver] [Question #683843]: findAny() some times founds target and sometimes not

2019-09-11 Thread Nitin Chaudhari
New question #683843 on Sikuli: https://answers.launchpad.net/sikuli/+question/683843 Hi Team, Thanks for support. Am using SikuliX 1.1.3. Using findAny() functions in my code many times. Not getting match all the time for the specified target. Same piece of code works well in other part of