sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07287
Re: [Question #180237]: Open iPhone application using Sikuli
Question #180237 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/180237
Status: Open => Answered
RaiMan proposed the following answer:
Ok, then you have to simulate this in Sikuli script:
switchApp("XCode")
Then you have to use some type() and paste() operations to get your app
built and started on iPhone simulator.
You should simulate keyboard shortcuts using type() as often as possible
instead of click(), because this is faster and usually easier to
implement.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.