标签: javascript count
我做的很简单:
var aantalPaginas = element.all(by.xpath('//nav/ul/li')).count(); console.log(aantalPaginas);
为什么会导致NaN?我想要一个号码。