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 f16f34f commit dc9467cCopy full SHA for dc9467c
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'), // 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