sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #30671
Re: [Question #262676]: Concurrent testing using Sikuli
Question #262676 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/262676
Status: Open => Answered
RaiMan proposed the following answer:
All this has nothing to do with Sikuli as such, it depends on the tool
setup you are using.
The Sikuli IDE can only be used with one instance on one system.
>From command line you can run as many scripts or Java processes in
parallel as you want and your environment can live with.
The only restriction with processes using Sikuli features is the usage
of mouse and keyboard: this should be in exclusive use of only one
process at a time. This means also, that while running a normal Sikuli
script, you cannot use the system for other purposes (some exceptions
like VM sessions) that require the use of mouse and keyboard and change
the screen content not cordinated with Sikuli.
I might not have understood you correctly, but this are the basics.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.