sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28405
Re: [Question #254785]: I don't find sikuli-script.jar
Question #254785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254785
Status: Open => Answered
RaiMan proposed the following answer:
at 2:
Generally: the testing application or script is a separate thing and in no case should it be incorporated into your GUI app.
You start your app like any other app in the IDE and run the test application or script against it.
So you might freely decide which way to go:
1. use a version of SikuliX IDE and setup test scripts
2. implement a Java app, that uses the SikuliX Java API
3. use sikuli-api-1.x.x-standalone.jar (https://code.google.com/p
/sikuli-api/) (which is to some extent feature compatible, but not API
compatible and not supported here)
for both cases 1 and 2 I recommend to use the latest version 1.1.0 and
get a sikulix.jar (IDE) and/or sikulixapi.jar (Java API)
To get your own jars, you have to follow the track sikulix.com ->
nightly builds
The easiest approach for Java programming is to use a Maven project setup (no download needed at all).
The Maven info is in first place at sikulix.com.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.