sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38450
Re: [Question #294998]: Image recognition is not consistent. Sometimes it is not able to match some images in scren.
Question #294998 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294998
Status: Open => Answered
masuo proposed the following answer:
If although the finding image has appeared but FindFailed has occured, it might be that the feature of find worked before the application draw the region of that window.
In this case, you may use feature of wait instead of find.
wait("image.png", 10)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.