当我通过 corpdev 帐户在 VS 2022 中打开 .csproj 时,我的 Chromed River 未启动。当我直接在VS 2022中打开我的项目时,我能够成功运行。错误如下 抛出异常:WebDriver.dll 中的“OpenQA.Selenium.WebDriverException” WebDriver.dll 中发生“OpenQA.Selenium.WebDriverException”类型的异常,但未在用户代码中处理 启动进程时出错:C:\Users\用户名\源 epos\projectname in\Debug et6.0\selenium-manager\windows\selenium-manager.exe --浏览器“chrome”--语言绑定 csharp --output
json
```.
These are packages installed
-->
````
我尝试使用我的 corpdev 帐户启动我的 chrome 浏览器并认为 telnet。但 chrome 驱动程序无法启动并给出上述错误。
我已经清除了缓存,删除了 .cache 文件夹、bin、Obj、.vs 文件夹,清理了解决方案,但没有用。
当我从下面的位置运行命令 \selenium-manager --browser chrome 时
C:\Users\用户名\源
epos\ProjectName in\Debug
et6.0\selenium-manager\windows> .\selenium-manager --chrome浏览器,
我收到以下错误
[2024-07-22T07:54:51.002Z ERROR] 发送 URL 请求时出错 (https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json)。
请帮忙。
此问题已解决。我的项目上未安装WebDriverManager。 有帮助的链接: https://www.selenium.dev/documentation/selenium_manager/#connectivity-issues