Skip to content

Commit 12199b6

Browse files
committed
lint
1 parent f8c1d0f commit 12199b6

File tree

1 file changed

+2
-2
lines changed
  • py/selenium/webdriver/common

1 file changed

+2
-2
lines changed

py/selenium/webdriver/common/keys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ class Keys:
9696
RIGHT_COMMAND = "\ue053"
9797

9898
# 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
99+
OPTIONS = "\ue050" # TODO: verify Unicode value with WebDriver spec
100+
FUNCTION = "\ue051" # TODO: symbolic only; confirm or remove in future

0 commit comments

Comments
 (0)