Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/Keys.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public enum Keys implements CharSequence {
RIGHT_COMMAND('\uE053'),

// Symbolic macOS keys not yet standardized
OPTION('\uE050'), // TODO: verify Unicode value with WebDriver spec
OPTION('\uE052'), // TODO: verify Unicode value with WebDriver spec
FN('\uE051'), // TODO: symbolic only; confirm or remove in future

ZENKAKU_HANKAKU('\uE040');
Expand Down
Loading