0
pls click here for element link點擊NG-中繼器內的文本的javascript量角器
如何點擊使用NG-中繼器的NG-點擊?
我可以使用下面的代碼看到每個索引的所有元素,但我無法點擊元素。
element.all(by.repeater('debitCard in debitCards track by $index')).each(function(element, index) {
element.getText().then(function(text) {
console.log(index, text);
});
});
您可以編輯問題並正確添加它們 –
請編輯您的問題,並在那裏添加相關信息 - 沒有人會閱讀代碼評論中... –