| Interface | Description |
|---|---|
| CharacterKey |
A
Key instance that has a corresponding 16-bit
char representation in Java (e.g. |
| Key |
Represents a single key stroke into the current page.
|
| KeyEventAware |
An object that is aware of key event types.
|
| KeySequence |
Represents a keyboard input to type into test pages.
|
| SpecialKey |
A
Key extension that represents non-character keys commonly used within tests
(e.g. |
| TypeModeAware |
A type-mode aware component.
|
| Class | Description |
|---|---|
| AbstractKeySequence |
Abstract implementation of the
KeySequence interface and its accompanying
interfaces. |
| CharacterKeySequence |
Key sequence consisting out of alphanumeric characters only, capable of being represented as a pure string.
|
| DefaultCharacterKey |
Character implementation of the
Key interface. |
| DefaultKeySequence |
Default implementation of
KeySequence. |
| KeySequenceBuilder |
For easy and efficient instantiation of
KeySequences. |
| Sequences |
Factory of
KeySequence objects. |
| SpecialKeysSequence |
A
KeySequence that contains instances of SpecialKeys. |
| Enum | Description |
|---|---|
| KeyEventType |
Represent key events that occur in browsers upon typing.
|
| ModifierKey |
Modifier keys are keys that, when pressed, modify the normal actions of another keys.
|
| SpecialKeys |
Enumeration of
SpecialKeys used within tests. |
| TypeMode |
Enumeration of possible type modes.
|
Copyright © 2015 Atlassian. All rights reserved.