Multiple tests on the same IEdriver instance - memory issues

≡放荡痞女 提交于 2019-11-28 10:27:46

问题


I'm running lots of selenium tests on my node which is windows machine. In order to speed up test execution by avoiding starting/closing IEDriver instance after every test I decided to reuse the same driver instance for every test. Everything works fine with firefox and chrome, but IE11 is having serious issues. After about 30 minutes IE freezes without any exception and execution stops, it completely loses connection with my node. I can see that IE11 process (iexplore.exe) uses massive memory resources (1.5 GB or more) and I need to kill it using task manager to shut it down.

Did anyone face this kind of issues and how to avoid it (except to create new driver instance for every test), is it even possible to run many test on the same IEdriver instance?

I'm using IEDriver 3.0.0, Internet Explorer 11. Same thing on windows server 2012 and windows 8.1 machines.

来源:https://stackoverflow.com/questions/41679405/multiple-tests-on-the-same-iedriver-instance-memory-issues

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