Cypress - Selecting Elements
What will the following Cypress code select?
cy.get('.menu').find('li.active')cy.get('.menu').find('li.active')cy.get('.menu').find('li.active')li elements with class 'active' inside those 'menu' elements.li elements with class 'active' inside elements with class 'menu' -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions