@@ -67,10 +67,11 @@ The key to press. Values for non single character keys are available on [`Cypres
6767| Letters | ` "a" ` through ` "z" ` , ` "A" ` through ` "Z" ` |
6868| Numbers | ` "0" ` , ` "1" ` , ` "2" ` , ` "3" ` , ` "4" ` , ` "5" ` , ` "6" ` , ` "7" ` , ` "8" ` , ` "9" ` |
6969| Special Characters | ` "!" ` , ` "@" ` , ` "#" ` , ` '+' ` , ` "€" ` , ` "é" ` , etc. |
70+ | ` Cypress.Keyboard.Keys.UP ` | ` "ArrowUp" ` |
7071| ` Cypress.Keyboard.Keys.DOWN ` | ` "ArrowDown" ` |
7172| ` Cypress.Keyboard.Keys.LEFT ` | ` "ArrowLeft" ` |
7273| ` Cypress.Keyboard.Keys.RIGHT ` | ` "ArrowRight" ` |
73- | ` Cypress.Keyboard.Keys.UP ` | ` "ArrowUp" ` |
74+ | ` Cypress.Keyboard.Keys.ESC ` | ` "Escape" ` |
7475| ` Cypress.Keyboard.Keys.END ` | ` "End" ` |
7576| ` Cypress.Keyboard.Keys.HOME ` | ` "Home" ` |
7677| ` Cypress.Keyboard.Keys.PAGEDOWN ` | ` "PageDown" ` |
@@ -167,10 +168,11 @@ If your application prevents the default behavior of the `beforeunload` event, t
167168
168169## History
169170
170- | Version | Changes |
171- | ------------------------------------------ | ----------------------------------------------------------------------------------- |
172- | [ 15.1.0] ( /app/references/changelog#15-1-0 ) | Expanded support to include named keys and single+multi-codepoint UTF-8 characters. |
173- | [ 14.3.0] ( /app/references/changelog#14-3-0 ) | Added the ` .press() ` command |
171+ | Version | Changes |
172+ | ----------------------------------- | ----------------------------------------------------------------------------------- |
173+ | [ 15.3.0] ( /app/references/changelog ) | Added support for ` {esc} ` key. |
174+ | [ 15.1.0] ( /app/references/changelog ) | Expanded support to include named keys and single+multi-codepoint UTF-8 characters. |
175+ | [ 14.3.0] ( /app/references/changelog ) | Added the ` .press() ` command |
174176
175177## See also
176178
0 commit comments