Re: [Sikuli-driver] [Question #644808]: while exists (img, 0) always stop loop

2017-06-24 Thread masuo
Question #644808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644808 Status: Needs information => Answered masuo proposed the following answer: If image dose not exist when using click() and find() and wait(), FindFailed exception occurs. http://sikulix-2014.readthedocs.

Re: [Sikuli-driver] [Question #644808]: while exists (img, 0) always stop loop

2017-06-24 Thread alex
Question #644808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644808 alex posted a new comment: @masuo thanks for ur kindness respond..what i want is..when is not found.. i want the sikuli search again that "1498310847322.png" is it possible? -- You received this question no

Re: [Sikuli-driver] [Question #644808]: while exists (img, 0) always stop loop

2017-06-24 Thread masuo
Question #644808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644808 Status: Open => Needs information masuo requested more information: What do you want to do when 1498310847322.png is not found? -- You received this question notification because your team Sikuli Drive

[Sikuli-driver] [Question #644808]: while exists (img, 0) always stop loop

2017-06-24 Thread alex
New question #644808 on Sikuli: https://answers.launchpad.net/sikuli/+question/644808 while exists ("1498312677594.png"): if exists (Pattern("1498307427007.png").exact(),0): print "Found Deniro*" #locationMap hover(Location(1140,110)) cli