← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #698600]: Mac11.5.2 Mouse not usable (blocked)

 

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

Anuj posted a new comment:
Hey @lisong2 - how did you resolved

[error] Mouse: not useable (blocked)

I am using Windows 10 and below is my code

		Screen screen = new Screen();
		Pattern password = new Pattern("/Automation/images/1668142350312.png");
		screen.click(password);

I already tried doubleClick and directly passing image in
screen.click("/Automation/images/1668142350312.png") but no luck

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