14.3.0: Test keyboard navigation with the new cy.press() command
Released Released on April 7, 2025
The new cy.press() command dispatches native browser keyboard events, starting with the Tab key, so you can test the focus management and keyboard-accessibility flows that cy.type() couldn't reach. Your tests exercise keyboard navigation the way real users do.