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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp