← Back to team overview

sikuli-driver team mailing list archive

[Question #170534]: Not able to create Region object on MAC

 

New question #170534 on Sikuli:
https://answers.launchpad.net/sikuli/+question/170534

Following is the code using Java

 String sim = "safari";
		  
		 App emu = new App(sim);
		
		 System.out.println("Before creating region");
		 emu.focus();
		 Thread.sleep(5000);
		 System.out.println("Focus Successful");
		
		 final Region emulatorArea = new Region(emufocusedWindow()) 

Its hanging at   final Region emulatorArea = new Region(emufocusedWindow())


KIndly help 

Best Regards,

Amit 
 


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.