I'm having trouble retrieving the information from a specific column in my grid.
Does anyone have any alternative solutions to the following method:
element.all(by.repeater('col in colContainer.renderedColumns track by col.uid').column('Entity'))
.getText()
.then(console.log);