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 12199b6 commit df20f90Copy full SHA for df20f90
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