The type or namespace SelectElement could not be found in selenium c#

后端 未结 5 574
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 01:19
driver.FindElement(By.Id(\"inputUsername\")).SendKeys(\"aca\");
driver.FindElement(By.Id(\"inputPassword\")).SendKeys(\"123\");
driver.FindElement(By.TagName(\"butto         


        
5条回答
  •  我在风中等你
    2020-12-07 02:16

    I had the same issue due to using the pre-release version. v4.00 alpha. I installed the previous version v3.141.0 and the errors were resolved

提交回复
热议问题