| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.dom | |
| org.jboss.arquillian.ajocado.framework |
| Modifier and Type | Field and Description |
|---|---|
static Event |
Event.ABORT
The event definition for 'abort'
|
static Event |
Event.BLUR
The event definition for 'blur'
|
static Event |
Event.CHANGE
The event definition for 'change'
|
static Event |
Event.CLICK
The event definition for 'click'
|
static Event |
Event.DBLCLICK
The event definition for 'dblclick'
|
static Event |
Event.ERROR
The event definition for 'error'
|
static Event |
Event.FOCUS
The event definition for 'focus'
|
static Event |
Event.KEYDOWN
The event definition for 'keydown'
|
static Event |
Event.KEYPRESS
The event definition for 'keypress'
|
static Event |
Event.KEYUP
The event definition for 'keyup'
|
static Event |
Event.LOAD
The event definition for 'load'
|
static Event |
Event.MOUSEDOWN
The event definition for 'mousedown'
|
static Event |
Event.MOUSEMOVE
The event definition for 'mousemove'
|
static Event |
Event.MOUSEOUT
The event definition for 'mouseout'
|
static Event |
Event.MOUSEOVER
The event definition for 'mouseover'
|
static Event |
Event.MOUSEUP
The event definition for 'mouseup'
|
static Event |
Event.RESET
The event definition for 'reset'
|
static Event |
Event.RESIZE
The event definition for 'resize'
|
static Event |
Event.SELECT
The event definition for 'select'
|
static Event |
Event.SUBMIT
The event definition for 'submit'
|
static Event |
Event.UNLOAD
The event definition for 'unload'
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedSelenium.fireEvent(ElementLocator<?> locator,
Event event)
Explicitly simulate an event, to trigger the corresponding handler.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.