我最近从 nuget 安装了带有 selenium 2.32.1.0 的 FluentAutomation。但是,当我尝试使用 I.Open("http://") 方法打开页面时,出现以下异常:Could not load file or assembly 'WebDriver, Version=2.25.1.0, Culture=neutral, PublicKeyToken=1c2bd1631853048f'
nuget 中的 FluentAutomation 版本说它依赖于 Selenium.Support (≥ 2.25.1),这让我相信我可以安装 2.32.1.0。这是否意味着 FluentAutomation nuget 包是在对 Selenium.Support 2.25 的硬依赖下构建的,我必须回滚我的 selenium 组件?