IEDriverServer在进程中没有关闭?

有时候跑完脚本后,IEDriverServer.exe进程没杀掉。

解决方法:

在关闭driver时用Driver.Quit();不要用Driver.Close();
Driver.Quit() – Quit this dirver, closing every associated windows;
Driver.Close() – Close the current window, quiting the browser if it is the last window currently open.

唐胡璐 wechat
欢迎您扫一扫上面的微信公众号,订阅我的博客!
分享创造价值,您的支持将鼓励我继续前行!