Question #192637 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/192637
Status: Open => Answered
RaiMan proposed the following answer:
--- exists() returns a Match object ...
... and .similar() is a feature of the Pattern class, that can be used instead
of plain image files
while areamsp.exists(Pattern("1333547327734.png").similar(0.6)):
inside() is redundant with Sikuli X (only for backward compatibility).
--- click(find.region) ...
... is simply nonsense ;-)
Might be a good idea to read through the docs, before guessing around.
Now I am guessing what you might have meant:
while areamsp.exists(Pattern("1333547327734.png").similar(0.6)):
click(areamsp.getLastMatch())
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp