| Package | Description |
|---|---|
| org.jemmy.action | |
| org.jemmy.control | |
| org.jemmy.env | |
| org.jemmy.input | |
| org.jemmy.interfaces | |
| org.jemmy.lookup | |
| org.jemmy.timing |
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
AbstractExecutor.MAX_ACTION_TIME
Default timeout for action run() method to be completed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExecutor.waitQuiet(Timeout waitTime)
Waits for UI to became quiet which is determined using
isQuiet() method.
|
void |
ActionExecutor.waitQuiet(Timeout waitTime)
Waits for no activities to be going on.
|
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
Wrap.WAIT_STATE_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
Timeout |
Timeout.clone() |
Timeout |
Environment.getTimeout(String name) |
Timeout |
Environment.getTimeout(Timeout timeout) |
Timeout |
Environment.initTimeout(Timeout timeout)
Initializes timeout only if it is not set.
|
Timeout |
Environment.setTimeout(String name,
long value)
Sets new value for the timeout.
|
Timeout |
Environment.setTimeout(Timeout timeout)
Sets timeout.
|
Timeout |
Environment.setTimeout(Timeout timeout,
long value)
Sets new value for the timeout specified by Timeout object instance.
|
| Modifier and Type | Method and Description |
|---|---|
Timeout |
Environment.getTimeout(Timeout timeout) |
Waiter |
Environment.getWaiter(Timeout timeout) |
Timeout |
Environment.initTimeout(Timeout timeout)
Initializes timeout only if it is not set.
|
Timeout |
Environment.setTimeout(Timeout timeout)
Sets timeout.
|
Timeout |
Environment.setTimeout(Timeout timeout,
long value)
Sets new value for the timeout specified by Timeout object instance.
|
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
CaretImpl.SCROLL_TIMEOUT
Time to sleep between scrolling actions
|
static Timeout |
ScrollerImpl.SCROLL_TIMEOUT
Deprecated.
Use AdvancedScroller.SCROLL_TIMEOUT
|
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
Drag.BEFORE_DRAG_TIMEOUT |
static Timeout |
Drag.BEFORE_DROP_TIMEOUT |
static Timeout |
Mouse.CLICK |
static Timeout |
Drag.IN_DRAG_TIMEOUT |
static Timeout |
Keyboard.PUSH |
| Modifier and Type | Method and Description |
|---|---|
void |
Keyboard.pushKey(Timeout pushTime,
Keyboard.KeyboardButton key,
Modifier... modifiers) |
void |
Keyboard.typeChar(char keyChar,
Timeout pushTime) |
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
Lookup.WAIT_CONTROL_TIMEOUT
Default wait control timeout.
|
| Modifier and Type | Field and Description |
|---|---|
static Timeout |
Waiter.DEFAULT_DELTA |
| Constructor and Description |
|---|
Waiter(Timeout waitTime) |
Waiter(Timeout waitTime,
Timeout delta) |
Copyright © 2018. All rights reserved.