Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-04 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Status: Answered => Solved eduardobedoya confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Dri

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread RaiMan
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Status: Open => Answered RaiMan proposed the following answer: currently the only solution: min = 2.0 start = time.time() reg.wait(Img, 9) rest = min - time.time() - start if rest > 0: wait(rest) but m

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, also,

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but if the image appears in 3secs, I would like to avoid waiting any longer, so, if

Re: [Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
Question #266392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266392 Description changed to: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total I mean sometimes the image appears in 0secs, then in that case I would like to wait for 2secs more, but

[Sikuli-driver] [Question #266392]: Is it possible to wait for an image 9secs OR at least wait for 2 secs in total

2015-05-03 Thread eduardobedoya
New question #266392 on Sikuli: https://answers.launchpad.net/sikuli/+question/266392 Is it possible to wait for an image 9secs OR at least wait for 2 secs in total I mean sometimes the image appears in 0secs, then I would like to wait for 2secs more, but if the image appears in 3secs, I would li