[Sikuli-driver] [Question #235023]: what's the difference between wait() and sleep() please?

2013-09-02 Thread Parn Yin
New question #235023 on Sikuli: https://answers.launchpad.net/sikuli/+question/235023 In some parts of the Sikuli documentation I saw sleep(1). What's the difference between wait() and sleep() please? -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #235023]: what's the difference between wait() and sleep() please?

2013-09-02 Thread RaiMan
Question #235023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235023 Status: Open = Answered RaiMan proposed the following answer: wait() can wait for an image, sleep() only pauses the given time. ... but wait(30) is the same as sleep(30). -- You received this