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.
| Modifier and Type | Method and Description |
|---|---|
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(). |
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.nullCopyright © 2015 Atlassian. All rights reserved.