有时候跑完脚本后,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.

相关文章:

  • 2021-12-29
  • 2021-07-11
  • 2021-05-18
  • 2021-11-13
  • 2022-12-23
  • 2022-02-11
  • 2021-10-31
猜你喜欢
  • 2021-05-23
  • 2021-12-22
  • 2021-07-06
  • 2021-12-03
  • 2021-05-23
相关资源
相似解决方案