Automating iOS 8 app with Appium causes app freeze

瘦欲@ 提交于 2019-12-06 07:38:22

So it turns out that with iOS 8, logging too much data (particularly the case when you're logging API responses) can cause a race condition during Automation. We were able to solve our automation freezing issues by disabling logging from the app.

The solution was discovered thanks to the wonderful analysis by @tbao on this post: https://discuss.appium.io/t/app-freezes-when-automated/1030/8

There is way to restart Appium Server during runtime , which helped us to overcome freezing issue:

Please have a look at my blog for more details:

http://www.qaautomationsimplified.com/android/restarting-appium-server-improve-various-server-freezing-issues-may-improve-execution-time/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!