sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09594
Re: [Question #191836]: Sikuli integration with selenium
Question #191836 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/191836
Status: Open => Answered
RaiMan proposed the following answer:
Using
import org.sikuli.script.*;
???
This is from Eclipse Indigo and does not make problems:
import org.sikuli.script.*;
public class test {
/**
* @param args
*/
public static void main(String[] args) throws FindFailed{
// TODO Auto-generated method stub
Screen s = new Screen();
s.click("xxx.png");
}
}
having a reference to sikuli-script.jar in the Java-Build-Path libraries
of the project.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.