我是测试自动化的新手。当我运行此代码时
var company = new SelectElement(webDriver.FindElement(By.Id("SomeId")));
company.SelectByText("SomeText");
这表示为“;选择元素。SelectByText(String text,Boolean partialMatch)";。这个问题的解决方案是什么文章源自玩技e族-https://www.playezu.com/180724.html 文章源自玩技e族-https://www.playezu.com/180724.html