← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #271976]: Execute sikuli scripts via network

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry, not possible this way.

You either need some VNC/RDP based solution or at least sikulixapi.jar
must be available on the target machine (at least for the time of
installation).

In the first case the script runs on the server working on a real window
(RDP) or a virtual screen (VNC) that shows what is happening on the
target machine.

In the latter case, you need the SikuliX API and a scripting engine to
run the scripts. With JavaScript, only the sikulixapi.jar is needed,
since Java contains the scripting engine for JavaScript. For Python
scripts you additionally need the Jython engine and for Ruby scripts the
Ruby engine, either packed together as sikulix.jar or separately
available besides sikulixapi.jar.

But I do not understand, why you want to use SikuliX for that.
There are tons of installer packages available, that support any unattended installation of everything.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.