sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45572
Re: [Question #663387]: How to run sikulix from cli using already running IDE?
Question #663387 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663387
RaiMan posted a new comment:
Sorry, no.
This version 1.1.x experimental server is a dead-end (hence not in the official docs).
But if it is on the same machine, what you are doing, then it should not
be a problem, to implement this handling as mentioned before in your
scripts.
The mentioned file-only method could even be implemented based on the
import feature with the trigger file being an appropriate script
trigger.script
scriptname = foobar
parameters = [..., ...]
someOther.script
import trigger
runScript(trigger.scriptname, trigger.parameter)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.