← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #270758]: Sikuli + Selenium2 keywords within Robot Framework?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
I suppose, that you have a Python/Robot/Selenium2Library setup working.

Please list exactly what you have and where you are running on.

To integrate this with the usage of SikuliX features, you at least need a setup of the latest SikuliX version 1.1.0 (start here: http://sikulix.com), read through the tab QuickStart and make a SikuliX setup with option 1 and 2.
You should just play around a little with your challenging app using the IDE, to get a feeling, what is possible.

Having a look at the showcase at http://www.sikulix.com/support.html
might be a good idea as well.

The challenge with Robot/Selenium and SikuliX is, that you need to run the whole stuff in a Jython environment (SikuliX is Java based and hence does not work with Python out of the box).
This means, you need:
- a Java JRE (7 or 8) latest version
- a working Jython 2.7
- Robot installed and setup in Jython
- the Selenium2Library installed and setup in Jython
- a working setup of SikuliX 1.1.0 (sikulixapi.jar will be used)

come back when you have arrived  at this point.

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