Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取this.remote.findAllByXpath()intern js (leadfoot) 返回的元素的计数。
this.remote.findAllByXpath()
我刚玩过leadfoot,所以不是专家,但不会是这样吗?
foo.findAllByXpath('/html/body/div') .then(function (rows) { console.log(rows.length); });