Browse Source

't' was capitalized for tab.

Aditya Ivaturi 14 năm trước cách đây
mục cha
commit
74bc0d93c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Selenium/Remote/WDKeys.pm

+ 1 - 1
lib/Selenium/Remote/WDKeys.pm

@@ -11,7 +11,7 @@ use constant KEYS => {
     'cancel'	 => "\N{U+E001}",
     'help'	 => "\N{U+E002}",
     'backspace'	 => "\N{U+E003}",
-    'Tab'	 => "\N{U+E004}",
+    'tab'	 => "\N{U+E004}",
     'clear'	 => "\N{U+E005}",
     'return'	 => "\N{U+E006}",
     'enter'	 => "\N{U+E007}",