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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to