[Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread Roland Prancan
New question #182673 on Sikuli: https://answers.launchpad.net/sikuli/+question/182673 I want to simulate turning the iPhone on its side. Can this be simulated with Sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikul

Re: [Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread RaiMan
Question #182673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182673 Status: Open => Answered RaiMan proposed the following answer: if the key combo is cmd-end: switchApp("iPhone Simulator") wait(1) type(Key.END, KeyModifier.CMD) -- You received this question notificat

Re: [Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread Roland Prancan
Question #182673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182673 Status: Answered => Open Roland Prancan is still having a problem: Tried it, didn't work. The key strokes are hold CMD down and then press END. Would the above do that? -- You received this question no

Re: [Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread RaiMan
Question #182673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182673 Status: Open => Needs information RaiMan requested more information: Yes, this would do that. What are you doing manually before pressing CMD+END? What window (or part of the simulator) has the focus?

Re: [Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread Roland Prancan
Question #182673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182673 Status: Needs information => Open Roland Prancan gave more information on the question: I haven't defined a "region" so I think I'm working with the entire MacBook Pro window. The emulator is just sittin

Re: [Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread RaiMan
Question #182673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182673 Status: Open => Answered RaiMan proposed the following answer: Ok, I tried it on my Mac (IPhone Simulator 4.3): What you describe happens for me with CMD+LEFT or CMD+RIGHT and it works. switchApp("iPho

Re: [Sikuli-driver] [Question #182673]: Can I simulate CMD + END on iPhone Emulator?

2011-12-22 Thread Roland Prancan
Question #182673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/182673 Status: Answered => Solved Roland Prancan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Dr