sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10635
Re: [Question #196998]: Can I run 2 Scripts Simultaneously
Question #196998 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/196998
RaiMan requested more information:
You could try the following:
In these 2 parallel terminal sessions run:
java -jar path-to-sikuli-script.jar -i
this opens an interactive Jython session with Sikuli ready (imports are
done already).
If both stay open and show the prompt, you can start to enter statements like:
print find(capture(60,60,100,100))
and see what happens.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.