← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #821122]: mouse pointer is idle or busy

 

Question #821122 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/821122

Description changed to:
Hi,
In my website, I am using a Java Applet. The mouse pointer changes to busy whenever I click a link in the JApplet. 
I want to check if mouse pointer is idle or busy. I have tried to import win32gui as explained in https://stackoverflow.com/a/78800263/2820150 in vain. Is it feasible to check if mouse is idle or busy in sikulix 2.0.5?

This is what I'm trying to achieve

 while mouse_pointer_is_idle:
        click("1733637249299.png")
        mouseMove(1,0)
        update_if_mouse_pointer_is_idle_or_not
        wait(0.3)

Thanks in advance

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