## Situation The [cy.type() Tabbing notes](https://docs.cypress.io/api/commands/type#Tabbing) state that --- **Typing tab key does not work** In the meantime, you can use the experimental [cypress-plugin-tab](https://github.com/Bkucera/cypress-plugin-tab) and can thumbs up [this issue](https://github.com/cypress-io/cypress/issues/299). --- - The issue referred to is https://github.com/cypress-io/cypress/issues/299 and this issue is closed with the comment "Released in [14.3.0](https://on.cypress.io/changelog#14-3-0)" with a further comment: The documentation on how to test the Tab key within Cypress in 14.3.0 can be found in the cy.press() documentation here: https://docs.cypress.io/api/commands/press This problem was reported by a user in Discord. ## Suggestion Update the [cy.type() Tabbing notes](https://docs.cypress.io/api/commands/type#Tabbing) to explain that `cy.press()` can be used.