← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #404563]: Determine if application has been fired up and close it

 

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.