← Back to team overview

sikuli-driver team mailing list archive

[Question #180237]: Open iPhone application using Sikuli

 

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

Hi,
Can we open the iphone application by specifying its location present in the mac using sikuli.
i had an application stored at a location   /Users/syntel/Library/Application Support/iPhone Simulator/4.2/Applications/227C829B-B3B8-409D-BF6D-ACC5A8B8D589/PDFViewer.app

to launch the application using sikuli i am trying to write
def setUp(self):
  openApp("/Users/syntel/Library/Application Support/iPhone Simulator/4.2/Applications/227C829B-B3B8-409D-BF6D-ACC5A8B8D589/PDFViewer.app")
  
but the application is not getting launched on simulator.
 

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