|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeySequence
Represents a keyboard input to type into test pages. A key sequence contains one of more keys
represented by instances of the Key class. It may
also be meant to type in with some modifier keys pressed down, which is represented by
the withPressed() method.
| Method Summary | |
|---|---|
List<Key> |
keys()
An immutable list of keys to be typed. |
Set<ModifierKey> |
withPressed()
A set of SpecialKeys that should be pressed during entering this sequence's keys(). |
| Method Detail |
|---|
List<Key> keys()
Set<ModifierKey> withPressed()
SpecialKeys that should be pressed during entering this sequence's keys(). If empty,
no special keys should be pressed during typing.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||