Skip to content

Commit d340acd

Browse files
committed
tweaks
1 parent b9437cc commit d340acd

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

py/selenium/webdriver/common/keys.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Keys:
6161
NUMPAD0 = "\ue01a" # number pad keys
6262
NUMPAD1 = "\ue01b"
6363
NUMPAD2 = "\ue01c"
64-
NUMPAD3 = "x\ue01d"
64+
NUMPAD3 = "\ue01d"
6565
NUMPAD4 = "\ue01e"
6666
NUMPAD5 = "\ue01f"
6767
NUMPAD6 = "\ue020"
@@ -98,6 +98,4 @@ class Keys:
9898
# Extended macOS keys
9999
LEFT_OPTION = LEFT_ALT
100100
RIGHT_OPTION = RIGHT_ALT
101-
102-
103-
101+

0 commit comments

Comments
 (0)