cy.wrap({ width: '50' }).its('width') // Get the 'width' property ... cy.get('ul li') // this yields us a jquery object .its('length') // calls 'length' ...
確定! 回上一頁