← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #176416]: waitVanish waits even though the image vanished --- need to adjust similarity

 

Question #176416 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/176416

RaiMan posted a new comment:
You found an odd situation, that one would not expect, if you are not
aware how Sikuli works inside.

waitVanish() and onVanish() should not work with the default minimum
similarity of 0.7, since this has the risk, that something is used to
wait for, that was not meant by the user.

I made some tests and think, that these 2 methods should use a minimum
similarity of 0.9 or even 0.95. This makes sense, since usually the best
match (the thing you are looking for or waiting for to vanish) has a
match above 0.95.

I will post a request bug.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.