Recibe texto en el protractor

page.clientRowName.getText().then(function (text) {
    console.log(text);
});
Excited Eel