@@ -67,10 +67,11 @@ The key to press. Values for non single character keys are available on [`Cypres
67
67
| Letters | ` "a" ` through ` "z" ` , ` "A" ` through ` "Z" ` |
68
68
| Numbers | ` "0" ` , ` "1" ` , ` "2" ` , ` "3" ` , ` "4" ` , ` "5" ` , ` "6" ` , ` "7" ` , ` "8" ` , ` "9" ` |
69
69
| Special Characters | ` "!" ` , ` "@" ` , ` "#" ` , ` '+' ` , ` "€" ` , ` "é" ` , etc. |
70
+ | ` Cypress.Keyboard.Keys.UP ` | ` "ArrowUp" ` |
70
71
| ` Cypress.Keyboard.Keys.DOWN ` | ` "ArrowDown" ` |
71
72
| ` Cypress.Keyboard.Keys.LEFT ` | ` "ArrowLeft" ` |
72
73
| ` Cypress.Keyboard.Keys.RIGHT ` | ` "ArrowRight" ` |
73
- | ` Cypress.Keyboard.Keys.UP ` | ` "ArrowUp" ` |
74
+ | ` Cypress.Keyboard.Keys.ESC ` | ` "Escape" ` |
74
75
| ` Cypress.Keyboard.Keys.END ` | ` "End" ` |
75
76
| ` Cypress.Keyboard.Keys.HOME ` | ` "Home" ` |
76
77
| ` Cypress.Keyboard.Keys.PAGEDOWN ` | ` "PageDown" ` |
@@ -167,10 +168,11 @@ If your application prevents the default behavior of the `beforeunload` event, t
167
168
168
169
## History
169
170
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 |
174
176
175
177
## See also
176
178
0 commit comments