public enum SeltzerKeys extends Enum<SeltzerKeys>
SeltzerKeys is a copy of the list of special keys that Selenium supports
sending to the browser and is provided to facilitate OSGi compatibility for
seltzer-cr.| Enum Constant and Description |
|---|
ADD |
ALT |
ARROW_DOWN |
ARROW_LEFT |
ARROW_RIGHT |
ARROW_UP |
BACK_SPACE |
CANCEL |
CLEAR |
COMMAND |
CONTROL |
DECIMAL |
DELETE |
DIVIDE |
DOWN |
END |
ENTER |
EQUALS |
ESCAPE |
F1 |
F10 |
F11 |
F12 |
F2 |
F3 |
F4 |
F5 |
F6 |
F7 |
F8 |
F9 |
HELP |
HOME |
INSERT |
LEFT |
LEFT_ALT |
LEFT_CONTROL |
LEFT_SHIFT |
META |
MULTIPLY |
NULL |
NUMPAD0 |
NUMPAD1 |
NUMPAD2 |
NUMPAD3 |
NUMPAD4 |
NUMPAD5 |
NUMPAD6 |
NUMPAD7 |
NUMPAD8 |
NUMPAD9 |
PAGE_DOWN |
PAGE_UP |
PAUSE |
RETURN |
RIGHT |
SEMICOLON |
SEPARATOR |
SHIFT |
SPACE |
SUBTRACT |
TAB |
UP |
ZENKAKU_HANKAKU |
| Modifier and Type | Method and Description |
|---|---|
static SeltzerKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeltzerKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeltzerKeys ADD
public static final SeltzerKeys ALT
public static final SeltzerKeys ARROW_DOWN
public static final SeltzerKeys ARROW_LEFT
public static final SeltzerKeys ARROW_RIGHT
public static final SeltzerKeys ARROW_UP
public static final SeltzerKeys BACK_SPACE
public static final SeltzerKeys CANCEL
public static final SeltzerKeys CLEAR
public static final SeltzerKeys COMMAND
public static final SeltzerKeys CONTROL
public static final SeltzerKeys DECIMAL
public static final SeltzerKeys DELETE
public static final SeltzerKeys DIVIDE
public static final SeltzerKeys DOWN
public static final SeltzerKeys END
public static final SeltzerKeys ENTER
public static final SeltzerKeys EQUALS
public static final SeltzerKeys ESCAPE
public static final SeltzerKeys F1
public static final SeltzerKeys F10
public static final SeltzerKeys F11
public static final SeltzerKeys F12
public static final SeltzerKeys F2
public static final SeltzerKeys F3
public static final SeltzerKeys F4
public static final SeltzerKeys F5
public static final SeltzerKeys F6
public static final SeltzerKeys F7
public static final SeltzerKeys F8
public static final SeltzerKeys F9
public static final SeltzerKeys HELP
public static final SeltzerKeys HOME
public static final SeltzerKeys INSERT
public static final SeltzerKeys LEFT
public static final SeltzerKeys LEFT_ALT
public static final SeltzerKeys LEFT_CONTROL
public static final SeltzerKeys LEFT_SHIFT
public static final SeltzerKeys META
public static final SeltzerKeys MULTIPLY
public static final SeltzerKeys NULL
public static final SeltzerKeys NUMPAD0
public static final SeltzerKeys NUMPAD1
public static final SeltzerKeys NUMPAD2
public static final SeltzerKeys NUMPAD3
public static final SeltzerKeys NUMPAD4
public static final SeltzerKeys NUMPAD5
public static final SeltzerKeys NUMPAD6
public static final SeltzerKeys NUMPAD7
public static final SeltzerKeys NUMPAD8
public static final SeltzerKeys NUMPAD9
public static final SeltzerKeys PAGE_DOWN
public static final SeltzerKeys PAGE_UP
public static final SeltzerKeys PAUSE
public static final SeltzerKeys RETURN
public static final SeltzerKeys RIGHT
public static final SeltzerKeys SEMICOLON
public static final SeltzerKeys SEPARATOR
public static final SeltzerKeys SHIFT
public static final SeltzerKeys SPACE
public static final SeltzerKeys SUBTRACT
public static final SeltzerKeys TAB
public static final SeltzerKeys UP
public static final SeltzerKeys ZENKAKU_HANKAKU
public static SeltzerKeys[] values()
for (SeltzerKeys c : SeltzerKeys.values()) System.out.println(c);
public static SeltzerKeys valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.