com.atlassian.webtest.ui.keys
Interface SpecialKey

All Superinterfaces:
Key
All Known Implementing Classes:
SpecialKeys

public interface SpecialKey
extends Key

A Key extension that represents non-character keys commonly used within tests (e.g. Enter, Escape, arrows etc.).

All special keys should be defined by the SpecialKeys enumeration. Those should be supported by all implementations. Implementations are also free to support any additional keys, by means of providing implementations of this interface.

See Also:
Key, SpecialKeys



Copyright © 2014 Atlassian. All rights reserved.