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.
Key,
SpecialKeysCopyright © 2015 Atlassian. All rights reserved.