sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33809
Re: [Question #269444]: Three parallel scripts optimization help?
Question #269444 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269444
Status: Open => Answered
RaiMan proposed the following answer:
Usually one uses the observe feature to watch out for popups, that need
to be handled.
As far as I can judge, then the short scripts just wait for some popup
and take care, that they vanish again, hence a typical case for the
observe feature.
The other option is to stick with your scripts and use the hotkey feature, to start and stop them from inside the main script.
see: http://sikulix-2014.readthedocs.org/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scripts-and-run-scripts-one-after-the-other
hotkey:
http://sikulix-2014.readthedocs.org/en/latest/interaction.html#listening-to-global-hotkeys
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.