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

Shubham Rathi posted a new comment:
I'm trying this currently:

<Cursor turns into loading circle>
if waitVanish(Pattern("cursor.png").similar(0.50),3600):
            popup("Found")

However, the above code returns 'Found' even when the cursor has not
vanished ( The loading icon is still on screen). I understand this is
perhaps because SikuliX generally does not support visually searching
the mouse pointer.

The answer you cited, has mention of Mouse.at(), I'm not sure that I
understand what Mouse.at() can be used for in this case.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to