Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 287 Bytes

File metadata and controls

10 lines (9 loc) · 287 Bytes
  • 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 of favor
  • Add better example for PO functions