https://cypress.io logo
hi! writing this code the last selector was not fo...
# e2e-testing
k
hi! writing this code the last selector was not found ( but it it correct i checked in console ) i think it is because is opened new window , how can i handle it cy.visit("https://www.google.ru/"); cy.get( "input[name=q]").type("blabla"); cy.get("form center:first-child input[tabindex='0']").click(); cy.get("div[lang=ru] a[href='https://blabla.com/']").click(); cy.get("nav span[class='header__nav-span']").click()