Powered by
Hey guys! `cy.get('div').then((el) => el.index())`...
# e2e-testing
f
fast-napkin-28259
08/19/2022, 8:00 AM
Hey guys!
cy.get('div').then((el) => el.index())
returns a
Chainable<number>
, but how can I extract the number?
Previous
Next