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 f8c1d0f commit 12199b6Copy full SHA for 12199b6
py/selenium/webdriver/common/keys.py
@@ -96,5 +96,5 @@ class Keys:
96
RIGHT_COMMAND = "\ue053"
97
98
# Symbolic macOS keys not yet standardized
99
- OPTIONS = "\uE050" # TODO: verify Unicode value with WebDriver spec
100
- FUNCTION = "\uE051" # TODO: symbolic only; confirm or remove in future
+ OPTIONS = "\ue050" # TODO: verify Unicode value with WebDriver spec
+ FUNCTION = "\ue051" # TODO: symbolic only; confirm or remove in future
0 commit comments