gpt4 book ai didi

internet-explorer - 在 Powershell 中打开浏览器刚刚停止工作

转载 作者:行者123 更新时间:2023-12-04 14:51:29 25 4
gpt4 key购买 nike

在过去的几周里,我一直在创建 Windows Powershell 脚本来自动化 Web UI 测试。它们都运行良好,直到今天我运行它们并得到一百万个异常。我试图手动创建一个 InternetExplorer 对象:

$ie = new-object -com "InternetExplorer.Application"

我得到这个错误:
New-Object : Creating an instance of the COM component with CLSID {0002DF01-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 800704a6.
At line:1 char:17 + $ie = new-object <<<< -com "InternetExplorer.Application"

这与我反复使用来运行 InternetExplorer 的代码完全相同。为什么它突然停止工作,我该如何解决?

最佳答案

奇怪的是,该错误消息对应于:

A system shutdown has already been scheduled. (Exception from HRESULT: 0x800704A6)



您是否更新了 IE 或以其他方式安装了需要重启机器的东西?

关于internet-explorer - 在 Powershell 中打开浏览器刚刚停止工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5542666/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com