com.atlassian.jira.webtest.framework.core.ui
Class Keys

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.core.ui.Keys

public final class Keys
extends Object

Enumeration of common JIRA keys.

Since:
v4.3

Field Summary
static com.atlassian.webtest.ui.keys.KeySequence BACKSPACE
           
static com.atlassian.webtest.ui.keys.KeySequence DOWN
           
static com.atlassian.webtest.ui.keys.KeySequence ENTER
           
static com.atlassian.webtest.ui.keys.KeySequence ESCAPE
           
static com.atlassian.webtest.ui.keys.KeySequence UP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ESCAPE

public static final com.atlassian.webtest.ui.keys.KeySequence ESCAPE

ENTER

public static final com.atlassian.webtest.ui.keys.KeySequence ENTER

UP

public static final com.atlassian.webtest.ui.keys.KeySequence UP

DOWN

public static final com.atlassian.webtest.ui.keys.KeySequence DOWN

BACKSPACE

public static final com.atlassian.webtest.ui.keys.KeySequence BACKSPACE


Copyright © 2002-2012 Atlassian. All Rights Reserved.