sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59145
Re: [Question #708380]: Image find fails when searching more than one time the same image
Question #708380 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/708380
Status: Open => Answered
RaiMan proposed the following answer:
Got the stuff.
I suppose, that the image "Radiance.Administration.Language" is a shot
of the drop-down-label "User Language:".
You might try with switched off image caching (an image is always loaded from the image file):
Settings.setImageCache(0)
... as early as possible after script start.
Meanwhile you might as well try with the version 2.0.5 (if you like).
Meanwhile I have to replicate your implementation using Python-classes
and do some tests.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.