Re: [Sikuli-driver] [Question #696004]: OCR to wait for Text to appear for some seconds simiar to find("image", 20)

2021-03-15 Thread Chetan
Question #696004 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696004 Chetan posted a new comment: Thanks Raiman for putting it on the list -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #696004]: OCR to wait for Text to appear for some seconds simiar to find("image", 20)

2021-03-15 Thread Chetan
Question #696004 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696004 Status: Answered => Solved Chetan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #696004]: OCR to wait for Text to appear for some seconds simiar to find("image", 20)

2021-03-11 Thread RaiMan
Question #696004 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696004 Status: Open => Answered RaiMan proposed the following answer: Sorry, not available. Make yourself a def: def waitText(text, time): while time > 0: match = findText(text) if