sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03589
Re: [Question #162676]: Is there an RPC server for Sikuli with full functionality available (or in development)?
Question #162676 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/162676
RaiMan posted a new comment:
With the standard Jython environment, there is already an XML-RPC based
solution available, that at least is very easy to implement to run
predefined functions from every environment, that is able to act as an
XML-RPC client, even over the net.
I have documented a basic solution: faq 1331
Your idea I think goes a step further (since you mentioned Selenium RC):
map the Python level API over an RPC interface, so that any RPC client would be able to call any API function or hand over a scripted sequence, get it processed by the RPC Server and get the returned objects.
The challenge here would be, to map objects like Regions, Matches and
other complex structures.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.