| Package | Description |
|---|---|
| com.rational.test.ft.object.interfaces | |
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
void |
RootTestObject.emitLowLevelEvent(LowLevelEvent event)
Plays back a low level event.
|
void |
RootTestObject.emitLowLevelEvent(LowLevelEvent[] events)
Plays back a sequence of low level events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelayEvent
Represents a low level delay event.This should be generated with the
SubitemFactory method
delay. |
class |
LowLevelKeyEvent
Represents a low level key event.
|
class |
LowLevelMouseEvent
Represents a low level mouse event.
|
| Modifier and Type | Method and Description |
|---|---|
static LowLevelEvent |
SubitemFactory.delay(int millis)
Returns a
LowLevelEvent representing a low level delay event. |
static LowLevelEvent |
SubitemFactory.leftMouseButtonDown()
Returns a
LowLevelEvent representing a mouse left button down
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.leftMouseButtonUp()
Returns a
LowLevelEvent representing a mouse left button up
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.middleMouseButtonDown()
Returns a
LowLevelEvent representing a mouse middle button down
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.middleMouseButtonUp()
Returns a
LowLevelEvent representing a mouse middle button up
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.mouseMove(java.awt.Point pt)
Returns a
LowLevelEvent representing a mouse movement. |
static LowLevelEvent |
SubitemFactory.mouseWheel(int numClicks)
Returns a
LowLevelEvent representing a mouse wheel movement. |
static LowLevelEvent |
SubitemFactory.rightMouseButtonDown()
Returns a
LowLevelEvent representing a mouse right button down
event at the current cursor position. |
static LowLevelEvent |
SubitemFactory.rightMouseButtonUp()
Returns a
LowLevelEvent representing a mouse right button up
event at the current cursor position. |