我需要選擇由ng-repeat創建的文本框,並使用sendKeys函數發送一些值。但是我不確定選擇文本框的方法。請提出一個方法來完成這個或者我應該使用css選擇器來代替。
<div class="qst_input_hld ng-scope" ng-repeat="option in options track by $index">
<input type="text" class="input-sm ng-pristine ng-valid" ng-model="options[$index]" placeholder="Option 1" ng-class="isOptionEmpty[$index] ? 'error-border' : ''">
<!-- ngIf: $index > 1 -->
</div>
其實我的意思是選擇在量角器端到端測試框架的文本框通過使用元素(by.repeater)。可能嗎。 – albert
看看更新的答案是否有幫助。 – Rambler