问题: nested exception is org.openqa.selenium.SessionNotCreatedException: Unexpected error launching Internet Explorer. IELaunchURL() returned HRESULT 80070012

原因:用webdriver测试时,IEDriverServer服务启动太多了,有数量限制,超过了就不能再启动了。

解决:打开任务管理器,手动关闭IEDriverServer的进程就OK了。

如下图所示:

解决:IE浏览器的Webdriver无法启动,IEDriverServer无法启动,有数量限制

相关文章:

  • 2021-10-16
  • 2022-01-16
  • 2021-11-07
  • 2021-10-15
猜你喜欢
  • 2021-12-03
  • 2021-05-31
  • 2021-05-17
  • 2021-12-03
  • 2021-12-13
  • 2021-10-03
  • 2021-12-03
相关资源
相似解决方案