Selenium RemoteWebDriver c# - System.InvalidOperationException

前端 未结 3 548
梦谈多话
梦谈多话 2020-12-10 05:16

I have a sample UI test project using v3.4.0 of Selenium.WebDriver.

Everything works fine when I run the tests against a local driver but I want to get things workin

3条回答
  •  悲&欢浪女
    2020-12-10 05:42

    V3.5.1 Fixes this issue.

    Upgrade your Selenium NuGET package using NuGET manager & your selenium-standalone jar.

提交回复
热议问题