Question #166088 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166088
Status: Open => Answered
RaiMan proposed the following answer:
You should have used it as written: click(getLastMatch( ))
and not something like:
click(getLastMatch("1311763144437.png"))
a find operation stores the last match in the region that was searched
(Screen(0) or SCREEN in your case). getLastMatch just retrieves this
match from the region and returns it.
--
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