← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #173785]: Sikuli interpreter shell within IDE, etc.?

 

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

daluu posted a new comment:
Hmm...didn't think of XML-RPC, good suggestion.

But it probably won't feel like an interpreter shell that way, unless
you build a front end web UI that mimics an interpreter.

Using the interpreter over XML-RPC will feel more like making a set of
individual Sikuli API calls over XML-RPC. Technically, that's not much
different from using interpreter locally, except that the UI feels
different because there is no XML-RPC client that "feels" like an
interpreter shell session.

As for the handle image problem, if you're calling over network, I would
think you'd often already have the images already defined and saved to
common repository (the XML-RPC server machine, or a common file share),
otherwise, you'd build a mechanism to push the images from local machine
to the remote XML-RPC server machine.

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