Handle Multiple tabs in Cypress While writing E-2-E automation scripts of any web application it’s mandatory to handle multiple window tabs. In this tutorial, We have covered this topic, “How to handle multiple tabs in the Cypress? “. cy.get(‘a[href^=”http”]’).then(($links) => ...
Home/handle multiple tabs in cypress