[Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-05 Thread tomanderson
New question #402796 on Sikuli: https://answers.launchpad.net/sikuli/+question/402796 Hi, I have a question that others may run into or have already run into. I have 5 sikuli scripts that need to be run one after another. Each of the 5 scripts has "from sikuli import *" in the first line. I ha

Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-05 Thread masuo
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 Status: Open => Answered masuo proposed the following answer: To use RobotFramework is one of the way to solve the problem. http://sikulix-2014.readthedocs.io/en/latest/scenarios.html#using-robotframewor

Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-06 Thread RaiMan
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 RaiMan proposed the following answer: The easiest way: upgrade to SikuliX 1.1.1 and look here: http://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-script

Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-06 Thread tomanderson
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 Status: Answered => Open tomanderson is still having a problem: Hi RaiMan, Thank you for your guidance. I have upgraded to SikuliX 1.1.1 and looked at the link you suggested. I have tried a few things

Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-07 Thread masuo
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 Status: Open => Answered masuo proposed the following answer: I tried the following sample codes, and it worked. ---sample01.sikuli # -*- coding:utf-8 from sikuli import * def main

Re: [Sikuli-driver] [Question #402796]: When running a batch of 5 Sikuli scripts from the main.sikuli script, how do I get the remaining scripts to continue running if one of the scripts fail?

2016-10-07 Thread tomanderson
Question #402796 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402796 Status: Answered => Solved tomanderson confirmed that the question is solved: Thank you very Masuo. This has solved my problems. Keep up the good work! Tom -- You received this question notification