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

    Status: Open => Answered

RaiMan proposed the following answer:
problem 1:
Match.click().below(70).left(-75)
should have never worked: click() returns a number 0 or 1, which does not know 
anything about below.

what makes sense:

screen.click(Match.below(70).left(-75))

problem 2:

there must be some findAll before.

Best would be if you send me a complete code snippet including pictures and 
some screenshots all zipped together.
Find my mail at https://launchpad.net/~raimund-hocke (the one at top left!)

-- 
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

Reply via email to