Skip to content

Commit 73ddf76

Browse files
colonslukeis
authored andcommitted
Fix reference to undefined LEFT_ALT.
Signed-off-by: Luke Inman-Semerau <[email protected]>
1 parent ce1eb4d commit 73ddf76

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

py/selenium/webdriver/common/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Keys(object):
3838
CONTROL = '\ue009'
3939
LEFT_CONTROL = CONTROL
4040
ALT = '\ue00a'
41-
LEFT_ALT = LEFT_ALT
41+
LEFT_ALT = ALT
4242
PAUSE = '\ue00b'
4343
ESCAPE = '\ue00c'
4444
SPACE = '\ue00d'

0 commit comments

Comments
 (0)