We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2d953 commit 61a7dd0Copy full SHA for 61a7dd0
java/src/org/openqa/selenium/Keys.java
@@ -119,7 +119,7 @@ public enum Keys implements CharSequence {
119
RIGHT_COMMAND('\uE053'),
120
121
// Symbolic macOS keys not yet standardized
122
- OPTION('\uE052'),
+ OPTION('\uE052'),
123
FN('\uE051'), // TODO: symbolic only; confirm or remove in future
124
125
ZENKAKU_HANKAKU('\uE040');
0 commit comments