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

    Status: Open => Answered

masuo proposed the following answer:
@julien abou fadel
https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.exists
https://sikulix-2014.readthedocs.io/en/latest/match.html#Match

[example codes:]
m = exists("1598404408149.png",0)
print m
if m:
    print m.getX()
    print m.getY()
    print m.getCenter()
    mouseMove(m.getCenter())

-- 
You received this question notification because your team Sikuli Drivers
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