← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #166088]: need help in this

 

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.