Graphene Selenium: API 2.0.0.Alpha1

Uses of Class
org.jboss.arquillian.ajocado.javascript.KeyCode

Packages that use KeyCode
org.jboss.arquillian.ajocado.framework   
org.jboss.arquillian.ajocado.javascript   
 

Uses of KeyCode in org.jboss.arquillian.ajocado.framework
 

Methods in org.jboss.arquillian.ajocado.framework with parameters of type KeyCode
 void TypedSelenium.keyDown(ElementLocator<?> locator, KeyCode keyCode)
          Simulates a user pressing a key (without releasing it yet).
 void TypedSelenium.keyPress(ElementLocator<?> locator, KeyCode keyCode)
          Simulates a user pressing and releasing a key.
 void TypedSelenium.keyUp(ElementLocator<?> locator, KeyCode keyCode)
          Simulates a user releasing a key.
 

Uses of KeyCode in org.jboss.arquillian.ajocado.javascript
 

Fields in org.jboss.arquillian.ajocado.javascript declared as KeyCode
static KeyCode KeyCode.A
           
static KeyCode KeyCode.ADD
           
static KeyCode KeyCode.ALT
           
static KeyCode KeyCode.B
           
static KeyCode KeyCode.BACK_SLASH
           
static KeyCode KeyCode.BACKSPACE
           
static KeyCode KeyCode.C
           
static KeyCode KeyCode.CAPS_LOCK
           
static KeyCode KeyCode.CLOSE_BRAKET
           
static KeyCode KeyCode.COMMA
           
static KeyCode KeyCode.CTRL
           
static KeyCode KeyCode.D
           
static KeyCode KeyCode.DASH
           
static KeyCode KeyCode.DECIMAL_POINT
           
static KeyCode KeyCode.DELETE
           
static KeyCode KeyCode.DIVIDE
           
static KeyCode KeyCode.DOWN_ARROW
           
static KeyCode KeyCode.E
           
static KeyCode KeyCode.END
           
static KeyCode KeyCode.ENTER
           
static KeyCode KeyCode.EQUAL_SIGN
           
static KeyCode KeyCode.ESCAPE
           
static KeyCode KeyCode.F
           
static KeyCode KeyCode.F1
           
static KeyCode KeyCode.F10
           
static KeyCode KeyCode.F11
           
static KeyCode KeyCode.F12
           
static KeyCode KeyCode.F2
           
static KeyCode KeyCode.F3
           
static KeyCode KeyCode.F4
           
static KeyCode KeyCode.F5
           
static KeyCode KeyCode.F6
           
static KeyCode KeyCode.F7
           
static KeyCode KeyCode.F8
           
static KeyCode KeyCode.F9
           
static KeyCode KeyCode.FORWARD_SLASH
           
static KeyCode KeyCode.G
           
static KeyCode KeyCode.GRAVE_ACCENT
           
static KeyCode KeyCode.H
           
static KeyCode KeyCode.HOME
           
static KeyCode KeyCode.I
           
static KeyCode KeyCode.INSERT
           
static KeyCode KeyCode.J
           
static KeyCode KeyCode.K
           
static KeyCode KeyCode.L
           
static KeyCode KeyCode.LEFT_ARROW
           
static KeyCode KeyCode.LEFT_WINDOW_KEY
           
static KeyCode KeyCode.M
           
static KeyCode KeyCode.MULTIPLY
           
static KeyCode KeyCode.N
           
static KeyCode KeyCode.NUM_0
           
static KeyCode KeyCode.NUM_1
           
static KeyCode KeyCode.NUM_2
           
static KeyCode KeyCode.NUM_3
           
static KeyCode KeyCode.NUM_4
           
static KeyCode KeyCode.NUM_5
           
static KeyCode KeyCode.NUM_6
           
static KeyCode KeyCode.NUM_7
           
static KeyCode KeyCode.NUM_8
           
static KeyCode KeyCode.NUM_9
           
static KeyCode KeyCode.NUM_LOCK
           
static KeyCode KeyCode.NUMPAD_0
           
static KeyCode KeyCode.NUMPAD_1
           
static KeyCode KeyCode.NUMPAD_2
           
static KeyCode KeyCode.NUMPAD_3
           
static KeyCode KeyCode.NUMPAD_4
           
static KeyCode KeyCode.NUMPAD_5
           
static KeyCode KeyCode.NUMPAD_6
           
static KeyCode KeyCode.NUMPAD_7
           
static KeyCode KeyCode.NUMPAD_8
           
static KeyCode KeyCode.NUMPAD_9
           
static KeyCode KeyCode.O
           
static KeyCode KeyCode.OPEN_BRACKET
           
static KeyCode KeyCode.P
           
static KeyCode KeyCode.PAGE_DOWN
           
static KeyCode KeyCode.PAGE_UP
           
static KeyCode KeyCode.PAUSE_BREAK
           
static KeyCode KeyCode.PERIOD
           
static KeyCode KeyCode.Q
           
static KeyCode KeyCode.R
           
static KeyCode KeyCode.RIGHT_ARROW
           
static KeyCode KeyCode.RIGHT_WINDOW_KEY
           
static KeyCode KeyCode.S
           
static KeyCode KeyCode.SCROLL_LOCK
           
static KeyCode KeyCode.SELECT_KEY
           
static KeyCode KeyCode.SEMI_COLON
           
static KeyCode KeyCode.SHIFT
           
static KeyCode KeyCode.SINGLE_QUOTE
           
static KeyCode KeyCode.SUBTRACT
           
static KeyCode KeyCode.T
           
static KeyCode KeyCode.TAB
           
static KeyCode KeyCode.U
           
static KeyCode KeyCode.UP_ARROW
           
static KeyCode KeyCode.V
           
static KeyCode KeyCode.W
           
static KeyCode KeyCode.X
           
static KeyCode KeyCode.Y
           
static KeyCode KeyCode.Z
           
 


Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.