Skip to content

Commit

Permalink
Backspace is one word
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
graingert authored and lukeis committed Oct 21, 2013
1 parent dcf583d commit 7de29a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/selenium/webdriver/common/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class Keys(object):
NULL = '\ue000'
CANCEL = '\ue001' # ^break
HELP = '\ue002'
BACK_SPACE = '\ue003'
BACKSPACE = '\ue003'
BACK_SPACE = '\ue003' # alias
TAB = '\ue004'
CLEAR = '\ue005'
RETURN = '\ue006'
Expand Down

0 comments on commit 7de29a5

Please sign in to comment.