- Font may be too small
- The following example is a little difficult to read:
var nameElem = element.all(by.css('.details'))
.all(by.css('personal'))
.get(0);
- Use
prefer
instead offavor
- Add better example for PO functions