sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33212
Re: [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium
Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529
Status: Open => Answered
RaiMan proposed the following answer:
The mentioned post is a bit out dated ;-)
... but thanks for the pointer: I already contacted the owner, to help him make an update.
In any case: setup with the latest nightly build and do that when new
builds arise until final is out, since I am currently working with some
usage issues and convenience functions that address integration.
1. supposing you have run a setup 1.1.0 with appropriate options, so you have a sikulix.jar and a sikulixapi.jar.
ALWAYS use the jars as jars, do not unzip - does not help anything at runtime.
If you want to know more about the internals: https://github.com/RaiMan/SikuliX-2014
2. you might either use sikulix.jar or sikulixapi.jar. In the letter case you need a separately installed Jython. For serious work, the approach as in the mentioned post is the recommended.
SikuliX 1.1.0 adds a few conveniences:
- https://github.com/RaiMan/SikuliX-2014/wiki/Usage-in-Java-programming
- http://sikulix-2014.readthedocs.org/en/latest/scenarios.html#using-python
my recommendation (like the steps in the mentioned post)
- with a valid Python 2.7 installation, get everything besides Sikuli running (RFW, Selenium, ...)
- install Jython 2.7 and ensure it works
- setup SikuliX (sikulixapi.jar)
- integrate Jython and sikulixapi,jar according 2. and do some basic tests with Jython interactive (or setup .py scripts with an editor or IDE and run them)
- then try to get RFW running
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.