Re: [Sikuli-driver] [Question #253737]: Find

2014-09-02 Thread Natanael Morais
Question #253737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253737 Status: Answered = Solved Natanael Morais confirmed that the question is solved: I understood. No I'm not using, but that solved my problem. Thaks a lot. -- You received this question notification

Re: [Sikuli-driver] [Question #253737]: Find

2014-09-02 Thread Natanael Morais
Question #253737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253737 Natanael Morais confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #253737]: Find

2014-08-28 Thread Natanael Morais
New question #253737 on Sikuli: https://answers.launchpad.net/sikuli/+question/253737 What is the difference between the function Exists and Find? I was using in my code the function Exists and I tried to use Find, but the image I was looking for the Sikuli didn't find. I'm writing my code in

Re: [Sikuli-driver] [Question #253737]: Find

2014-08-28 Thread Eugene S
Question #253737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253737 Status: Open = Answered Eugene S proposed the following answer: Hi, When using exists: 1. You can specify the wait time (in seconds) 2. None is returned, if nothing is found within the specified

Re: [Sikuli-driver] [Question #253737]: Find

2014-08-28 Thread Natanael Morais
Question #253737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253737 Status: Answered = Open Natanael Morais is still having a problem: Thank you for the answer, that is what I was thinking. But Is there a reason for the function Find didn't find a image that I'm

Re: [Sikuli-driver] [Question #253737]: Find

2014-08-28 Thread Eugene S
Question #253737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253737 Status: Open = Answered Eugene S proposed the following answer: As much as I am aware, both - exists() and find() have a default wait time of 3 sec. So I would expect them to work similarly. Are you