Re: [Sikuli-driver] [Question #170534]: Not able to create Region object on MAC

2011-09-08 Thread RaiMan
Question #170534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170534 Status: Open => Answered RaiMan proposed the following answer: You might read through for details and usage of class App (http://sikuli.org/docx/globals.html#controlling-applications-and-their- windows)

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

2011-09-08 Thread Amit
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");