← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #175975]: Can Sikuli work as functional regression testing tool

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sikuli's API is documented on the highest level, which is a Python
language implementation in Jython.

The Sikuli features itself are implemented in Java (the Python and Java
API's (Java docs available) are nearly the same semantically).

The search engine itself is based on C++ modules, that use OpenCV and
are connected to the Java level via JNI.

Talking about Selenium, most people do the Sikuli Integration by using
the Java environment, since there all Sikuli features are available.

So I think, that if you decide to build something around Selenium with
C++, it will not be possible to use Sikuli.

But make your own decision: Look into the sources. Depending on your
needs it might be possible to use the one or other feature from Sikuli's
C++ level. But that sounds for me a little bit like reinventing the
wheel.

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