Re: [Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-07-01 Thread eduardobedoya
Question #267500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267500 Status: Answered = Open eduardobedoya is still having a problem: Hi Rainman please could you tell me, what are exit() parameters?? I've tried to read about that from here with no clue

Re: [Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-07-01 Thread RaiMan
Question #267500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267500 RaiMan posted a new comment: Uuuups your comments vanished very fast ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-07-01 Thread eduardobedoya
Question #267500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267500 Status: Open = 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

[Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-05-28 Thread eduardobedoya
New question #267500 on Sikuli: https://answers.launchpad.net/sikuli/+question/267500 Hi, Currently Im using... reg.click(Image) (if image doesn't appear within default wait stop script) and reg.wait(Image, 9) (if image doesn't appear within 9 seconds stop script) I remember the default wait was

Re: [Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-05-28 Thread eduardobedoya
Question #267500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267500 Description changed to: Hi, Currently Im using... reg.click(Image) (if image doesn't appear within default wait time stop script) and reg.wait(Image, 9) (if image doesn't appear within 9 seconds stop script)

Re: [Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-05-28 Thread eduardobedoya
Question #267500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267500 Description changed to: Hi, Currently Im using... reg.click(Image) (if image doesn't appear within default wait time stop script) and reg.wait(Image, 9) (if image doesn't appear within 9 seconds stop script)

Re: [Sikuli-driver] [Question #267500]: If image not found, set clipboard to img not found

2015-05-28 Thread RaiMan
Question #267500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267500 Status: Open = Answered RaiMan proposed the following answer: try: reg.click(Image) except App.setClipboard(image not found) exit() -- You received this question notification because you