sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46530
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:
--- why do I need findBestList instead of findBest?
same answer as this:
--- difference between findAny and findAnyList
findAny accepts a parameter series of images, whereas findAnyList accepts only one parameter, which is a List of images (where images are either image filename strings or Pattern objects)
which version you use depends on how you setup your image list:
findBestList(listOfImages)
listOfImages is a List<Object> object, that is filled elsewhere.
findbest(image1, image2, image3, image4, ...)
here the list of images is represented as a "static" parameter list
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.