ios - How to get back to the application which escapes control? -


scenario : "my application may escape control during ui automation application browser etc"

solution : "i want application automating after loses control , moves app can proceed automation"

tried : can figure out if application escapes control checking bundle id's after each action if actual , current bundle id's differ know application lost control.

i blocked on how proceed further in getting application in case moves out of control

thank time , effort in going through till end :)

this limitation of "sandbox" in ios -- once app loses focus, uiautomation must terminate well. need launch instruments session automate browser (or whatever application you're switching to).

see this question information on launching automation session against apps.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -