← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #231758]: Multiple applications and multiple instances

 

Question #231758 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/231758

    Status: Open => Answered

RaiMan proposed the following answer:
The real problem with these use cases is not the threading as such
(though Sikuli as such is not thread safe at all), but the concurrent
use of mouse and keyboard by more than one Sikuli process/thread.

There is currently no feature, to make the use of mouse/keyboard
exclusive for a specific Sikuli process . They simply do not know about
each other. Same goes for a user interacting with the system while an
automation is running.

So for the time being: It is not possible to run more than one
automation in parallel, that use mouse/keyboard (and without that, the
automation is limited ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.