sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27047
Re: [Question #251644]: Java, JUnit
Question #251644 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251644
Status: Open => Answered
RaiMan proposed the following answer:
Then you should first start with a simple normal program like this, to
find out, wether Sikuli works at all:
import org.sikuli.script.*;
import org.sikuli.basics.Debug;
class Test {
public static void main(String[] args) throws FindFailed {
Debug.setDebugLevel(3);
Screen s = new Screen();
s.find(s.userCapture().getFile()).highlight(2)
}
}
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.