Re: [Sikuli-driver] [Question #229988]: How to implement Try Catch error handling in Sikuli Script

2017-04-04 Thread stewazy
Question #229988 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229988 stewazy posted a new comment: How to I catch the error message to a log file ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #229988]: How to implement Try Catch error handling in Sikuli Script

2013-06-03 Thread Philippe Trounev
Question #229988 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229988 Status: Answered => Solved Philippe Trounev confirmed that the question is solved: Thank so much Robert, I tested it and it works. I am only using this form of exception handling as the last result, whi

Re: [Sikuli-driver] [Question #229988]: How to implement Try Catch error handling in Sikuli Script

2013-05-31 Thread robert gonzales
Question #229988 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229988 Status: Open => Answered robert gonzales proposed the following answer: if you want to catch FindFailed Exceptions you have to do something like try: some code... except FindFailed: some code...

[Sikuli-driver] [Question #229988]: How to implement Try Catch error handling in Sikuli Script

2013-05-31 Thread Philippe Trounev
New question #229988 on Sikuli: https://answers.launchpad.net/sikuli/+question/229988 Hello, When I try to implement the try catch functionality in my script. Let me explain the scenario first. I have a file with data The script goes through each row of the data and dynamically populates data in