← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674438]: can't find a way to click at a random pixel

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
click("1537960842723.png").similar(0.90).targetOffset(x,y)

must be:
click(Pattern("1537960842723.png").similar(0.90).targetOffset(x,y))

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.