jeudi 3 août 2017

Selecting elements by partial id using Protractor

In selenium you can select an element by partial id using '[id$=foobar]'

But using protractor you do it element(by.id(foobar))

Is there anyway to get similar functionality using Protractor. I can't find in their documentation if you could do somethinglike element(by.id$(foobar)).

Aucun commentaire:

Enregistrer un commentaire