sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46616
Re: [Question #666773]: How to get on the road as a newcomer to Java programming
Question #666773 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/666773
RaiMan posted a new comment:
sorry, both my fault ;-)
these 2 lines
public static double Settings.MinSimilarity = 0.9; //raiman
public static float Settings.MoveMouseDelay = 0f; //raiman
have to be moved to the beginning of main() as
Settings.MinSimilarity = 0.9; //raiman
Settings.MoveMouseDelay = 0f; //raiman
and the wait has to be written as
wait(0.2d);
Use the Debug.user() should help to solve your 3/8 problem.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.