sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10308
Re: [Question #195190]: Preload Sikuli vision engine, VDictProxy, etc in Java
Question #195190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/195190
RaiMan proposed the following answer:
I checked again (on my Mac):
This does what you want:
new Finder((new Screen()).capture(0,0,1,1), new Screen());
new VDictProxy();
TextRecognizer.getInstance();
additionally:
new MacUtil();
which should be on Windows:
new Win32Util();
and on Linux:
new LinuxUtil();
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.