0

我有以下标记,在浏览器中显示“XYZ”,但我没有看到可以使用 Selenium 和 C# 来抓取它的属性。它与这是一个角度元素有关吗?

<input class="primary-input ng-untouched ng-pristine" formcontrolname="EmployeeCode" maxlength="4" name="EmployeeCode" placeholder="" disabled="">

我试过了

string val = Driver.FindElement(By.Name("EmployeeCode")).GetAttribute("value");
4

0 回答 0