我有以下文本字段并被禁用。它会有一个文字值,例如“城市1”和“城市1”。我需要验证' City1'显示在此文本框中。 .getAttribute(' value')和.getText不起作用。
<input type="text" autofocus="" disabled="disabled" ng-model="siteDetails.streetAddr" class="form-control ic-filterdropdown ng-pristine ng-valid">
答案 0 :(得分:0)
您可以尝试使用yourelement.getAttribute("textContent / innerHTML / innerText /value")
..其中一项应该可以使用
答案 1 :(得分:0)
attribut = element.getAttribute(nom_attribut)
https://developer.mozilla.org/fr/docs/Web/API/Element/getAttribute