Example usage for Java org.openqa.selenium Keys fields, constructors, methods, implement or subclass
The text is from its open source code.
Keys | NULL |
Keys | CANCEL |
Keys | HELP |
Keys | BACK_SPACE |
Keys | TAB |
Keys | CLEAR |
Keys | RETURN |
Keys | ENTER |
Keys | SHIFT |
Keys | LEFT_SHIFT |
Keys | CONTROL |
Keys | LEFT_CONTROL |
Keys | ALT |
Keys | LEFT_ALT |
Keys | PAUSE |
Keys | ESCAPE |
Keys | SPACE |
Keys | PAGE_UP |
Keys | PAGE_DOWN |
Keys | END |
Keys | HOME |
Keys | LEFT |
Keys | ARROW_LEFT |
Keys | UP |
Keys | ARROW_UP |
Keys | RIGHT |
Keys | ARROW_RIGHT |
Keys | DOWN |
Keys | ARROW_DOWN |
Keys | INSERT |
Keys | DELETE |
Keys | SEMICOLON |
Keys | EQUALS |
Keys | NUMPAD0 |
Keys | NUMPAD1 |
Keys | NUMPAD2 |
Keys | NUMPAD3 |
Keys | NUMPAD4 |
Keys | NUMPAD5 |
Keys | NUMPAD6 |
Keys | NUMPAD7 |
Keys | NUMPAD8 |
Keys | NUMPAD9 |
Keys | MULTIPLY |
Keys | ADD |
Keys | SEPARATOR |
Keys | SUBTRACT |
Keys | DECIMAL |
Keys | DIVIDE |
Keys | F1 |
Keys | F2 |
Keys | F3 |
Keys | F4 |
Keys | F5 |
Keys | F6 |
Keys | F7 |
Keys | F8 |
Keys | F9 |
Keys | F10 |
Keys | F11 |
Keys | F12 |
Keys | META |
Keys | COMMAND |
char | charAt(int index) |
String | chord(CharSequence... value) Simulate pressing many keys at once in a "chord". |
String | chord(Iterable |
Keys | getKeyFromUnicode(char key) Get the special key representation, Keys , of the supplied character if there is one. |
String | toString() |