https://cypress.io logo
Hey guys! `cy.get('div').then((el) => el.index())`...
# e2e-testing
f
Hey guys!
cy.get('div').then((el) => el.index())
returns a
Chainable<number>
, but how can I extract the number?