set local reference to lodash and jquery const { _, $ } = Cypress cy.get('li').then(($li) => { // use the _.each function _.each($li.get(), (el, i) => {
確定! 回上一頁