public static interface SearchObject.GenericJSEventListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_JS_click
javascript event 'click'
|
static java.lang.String |
EVENT_JS_MOUSEDOWN
javascript event 'mousedown'
|
static java.lang.String |
EVENT_JS_MOUSEUP
javascript event 'mouseup'
|
static int |
TIMEOUT_WAIT_FOR_EVENT_MOUSEDOWN
Defalut time to wait for the javascript 'mousedown' event, it is 1000 milliseconds
|
Modifier and Type | Method and Description |
---|---|
void |
onEventFired() |
static final java.lang.String EVENT_JS_MOUSEDOWN
static final java.lang.String EVENT_JS_MOUSEUP
static final java.lang.String EVENT_JS_click
static final int TIMEOUT_WAIT_FOR_EVENT_MOUSEDOWN
Copyright © SAS Institute. All Rights Reserved.