I need to visit an URL in incognito mode inside a test, and I developed this solution cy.visit(link, { chromeWebSecurity: false, browser: 'chrome', incognito: true }); it was working for me during a time, but it doesn't work right now. (i would like to finde a solution independent of in what browser is the framework running)