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 f9883e3 commit 2c04636Copy full SHA for 2c04636
py/selenium/webdriver/common/keys.py
@@ -18,7 +18,7 @@
18
19
20
class Keys:
21
- """Set of special keys codes."""
+ """Set of special key codes for keyboard actions."""
22
23
NULL = "\ue000"
24
CANCEL = "\ue001" # ^break
@@ -58,7 +58,7 @@ class Keys:
58
SEMICOLON = "\ue018"
59
EQUALS = "\ue019"
60
61
- NUMPAD0 = "\ue01a" # number pad keys
+ NUMPAD0 = "\ue01a" # Keys representing number pad digits.
62
NUMPAD1 = "\ue01b"
63
NUMPAD2 = "\ue01c"
64
NUMPAD3 = "\ue01d"
0 commit comments