sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40245
Re: [Question #394787]: Example about how to integrate Sikuli in Python unit test suite
Question #394787 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/394787
Status: Open => Answered
RaiMan proposed the following answer:
These are your options:
- switch your work completely to the usage of Jython 2.7 (Java based Python, used in SikuliX)
- use a Python/Java bridging library to directly access the SikuliX Java API
- run SikuliX scripts from Python in a subprocess
- have a look at https://github.com/glitchassassin/lackey
Sorry, but for none of these options I have any examples, but you might
find stuff in the net especially on stackoverflow.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.