← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #690050]: Sikuli 2.0.4 support for windows 2019 server 64 bit

 

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

Selva posted a new comment:
One more update. after restart, with new image capture, it is highlighting properly. But click did not happen.
Any idea on this ?

Thanks
selva D
Screen scr= new Screen();
Thread.sleep(2000);
		String Inner=sImagepath+"\\\\AppDesignerCommon\\\\selva.PNG" ;
		Match mat=scr.exists(Inner);
		System.out.println(mat);
		mat.highlight(1);
		scr.click(Inner);

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