cy.visit("https://www.google.ru/");
cy.get( "input[name=q]").type("Byndyusoft");
cy.get("form center:first-child input[tabindex='0']").click();
cy.get("div[lang=ru] a[href='https://byndyusoft.com/']").click();
cy.get("section div[class='know-more__container'] span:nth-child(2)")
.invoke('removeAttr', 'target')
.click()