← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #294934]: how to find gui elements (control id) by using python/ jython supported modules

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sikuli/SikuliX is and will ever be Java based, so I am sorry: no easy
solution. This will be true for version 2 also.

You either have to find a Java based library, which could be easily used
from your Jython script or use AutoIt/Python in some subprocess or
external process with some interprocesscommunication.

an example is an XML-RPC server in Python, that handles your GUI access
on request from a client in your Jython script. Rather speedy and easy
to implement on the same machine.

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