getText () returns a promise, you need to resolve it: page.clientRowName.getText().then(function (text) { console.log(text); });.
確定! 回上一頁