选择元素。SelectByText(String text,Boolean partialMatch)在运行C测试自动化代码时指示

TestWhite
TestWhite
订阅者
258
文章
0
粉丝
测试交流评论134字数 61阅读0分12秒阅读模式
摘要我是测试自动化的新手。当我运行此代码时 var company=new SelectElement(webDriver.FindElement(By.Id(“SomeId”)); ...

我是测试自动化的新手。当我运行此代码时

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

 
匿名

发表评论

匿名网友
确定

拖动滑块以完成验证