Код: Выделить всё
cy.get(root-div > div:nth-child(1))
Код: Выделить всё
cy.get(root-div > div:nth-child(2))
Код: Выделить всё
cy.get(root-div > div:nth-child(${0}))
Подробнее здесь: https://stackoverflow.com/questions/767 ... in-cypress
Код: Выделить всё
cy.get(root-div > div:nth-child(1))
Код: Выделить всё
cy.get(root-div > div:nth-child(2))
Код: Выделить всё
cy.get(root-div > div:nth-child(${0}))