← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
it might be, that you have an old sikuli-script.jar somewhere on the
class path.

you have to say 
import org.sikuli.basics.Settings;
....
Settings.ClickDelay = 0.5;
s.click(someimage);

If you download now and run setup (preferably in an empty folder) you
will definitely have this Settings class in your sikuli-java.jar.

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