calabash / calabash-ios

Calabash for iOS
Other
1.81k stars 369 forks source link

Device agent throws an error stating "Device agent not running" #1365

Open seshusangeetha opened 6 years ago

seshusangeetha commented 6 years ago

Hi,

I use a hybrid application and it is required for me to work with a mix of device agent and general LPServer elements(uia elements) based on the screen I deal with. Similarly the scenarios which we have also contains a mix of both. while running the scenario as a whole while navigate from a uia accessible screen to device agent I am unable to use the device agent as it states me that the device agent is not running and doesn't respond? If I have to start the device agent again my test needs to be validated starting from the first which is not feasible.

Can we have a better work around for this

jmoody commented 6 years ago

DeviceAgent does not normally quit; you have to tell it to quit.

Please post your hooks here.