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 8d333d4 commit ac2d953Copy full SHA for ac2d953
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('\uE050'), // TODO: verify Unicode value with WebDriver spec
+ OPTION('\uE052'),
123
FN('\uE051'), // TODO: symbolic only; confirm or remove in future
124
125
ZENKAKU_HANKAKU('\uE040');
0 commit comments