mercredi 29 juillet 2015

How to get column data from a grid using protractor?

I am not able to access the data in a column of grid.

Can anyone suggest method other than the one below:

element.all(by.repeater('col in colContainer.renderedColumns track by col.uid').column('Entity'))
    .getText()
    .then(console.log);

Aucun commentaire:

Enregistrer un commentaire