2
it('should show archived row profiles', function() {
$$('.custom-control-input').get(0).click()
$$('tr.archived')
.then(function(elements) {
console.log(elements);
})
})
但現在我該如何檢查元素是否顯示?如何檢查幾個元素是否用量角器顯示?