sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54643
Re: [Question #689381]: java.lang.IllegalArgumentException for Finder Class using valid .png file
Question #689381 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689381
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, for the inconveniences. This is simply a bug.
Instead of
f = Finder("stars.png")
use as a workaround
f = Finder(Image.create("stars.png"))
With version 2.0.5 your first approach will be available again.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.