sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39552
Re: [Question #313465]: [noob] Can you run Sikuli from specific line number ?
Question #313465 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/313465
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, not possible yet.
... but if your script consists of chunks of code, that might be run separately, either use def()s to make a chunk callable (might even be controlled by commandline parameters) or separate into different scripts, that can be run in a specific row using the technique:
http://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scripts-and-run-scripts-one-after-the-other
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.