← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #699154]: [2.0.5] Ubuntu: Mouse not useable (blocked)

 

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

Arthur Belmonte posted a new comment:
Hi Raimund,

I'm also having the same exact issue using a Mac running BigSur v11.6
when I use the wheel(WHEEL_UP or WHEEL_DOWN) command.

I execute the following script in the Google Chrome browser. Other actions such as click(), type(), and wait() works fine.
The Terminal also has permission to Accessibility and Screen Recording.

I run the SikuliX IDE using the following command in Terminal: java -jar
/Applications/sikulixide-2.0.5-mac.jar

This is the script:
click("1634882245120.png")
wait(Setting.wait3)
wheel(WHEEL_DOWN,8)
wheel(WHEEL_UP,8)

This is the logs:
[log] CLICK on L[753,420]@S(0) (520 msec)
[error] Mouse.wheel(): Mouse not useable (blocked)
[error] Mouse.wheel(): Mouse not useable (blocked)

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