sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52297
Re: [Question #682830]: Restart script after error - calling from command line
Question #682830 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682830
Status: Open => Answered
RaiMan proposed the following answer:
--- ... and it continues from where it left off
only possible in the IDE and only with 1.1.4+:
use the context menu (right mouse on line number)
not possible from commandline.
there you have to implement your own logic: logging of steps and skip completed steps on restart.
--- and if it fails, I am not notified in any way,
you should get the same notifications as when running in IDE.
You might enhance your script with logging messages and/or with
exceptions like FindFailed to get the information, where your script
stopped working.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.