无法使用chrome驱动程序85和chrome浏览器版本85初始化chrome驱动程序



执行任何测试脚本时。chrome驱动程序未初始化,并在visual studio 2019 中抛出null异常

针对goolge.com 执行任何硒UI测试用例

这是我在我的视觉工作室2019 中得到的错误

Message: 
Test method  threw exception: 
System.NullReferenceException: Object reference not set to an instance of an object.
TestCleanup method  threw exception. System.NullReferenceException: System.NullReferenceException: Object reference not set to an instance of an object..
session not created: This version of ChromeDriver only supports Chrome version 83 (SessionNotCreated)

再现行为的详细步骤:

预期行为chrome驱动程序应在visualstudio2019 中初始化

重现此问题的测试脚本或命令集如果设置更复杂,GitHub的回购链接也可以。

环境操作系统:Windows 10浏览器:Chrome版本85.0.4183.83(官方版本((64位(浏览器版本:版本85.0.4183.83(官方版本((64位(浏览器驱动程序版本:ChromeDriver 85.0.4183.87语言绑定版本:C#Visual Studio 2019

Issue-resolved=nuget包没有更新chrome驱动程序,尽管它显示为最新版本。nuget展示了最新的chrome驱动程序正在更新。但是在bin文件夹中。实际上是旧版本。我不得不重新启动我的visual studio,卸载nuget软件包,然后重新安装解决了这个问题。感谢的帮助

相关内容

  • 没有找到相关文章

最新更新