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 8061b17 commit b8324adCopy full SHA for b8324ad
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'), // TODO: verify Unicode value with WebDriver spec
123
FN('\uE051'), // TODO: symbolic only; confirm or remove in future
124
125
ZENKAKU_HANKAKU('\uE040');
0 commit comments