Package | Description |
---|---|
org.finra.jtaf.ewd.timer | |
org.finra.jtaf.ewd.widget | |
org.finra.jtaf.ewd.widget.element |
Modifier and Type | Method and Description |
---|---|
void |
WaitForConditionTimer.waitUntil(long waitTime)
Blocks for a given time, or until the associated condition is met.
|
Modifier and Type | Method and Description |
---|---|
void |
IElement.waitForAttributeEqualTo(String attributeName,
String attributeValue)
Implementing this method would allow for keeping the test from
progressing until an element's attribute has the desired value
|
void |
IElement.waitForAttributeEqualTo(String attributeName,
String attributeValue,
long time)
Implementing this method would allow for keeping the test from
progressing until an element's attribute has the desired value by the
specified amount of time
|
void |
IElement.waitForAttributeNotEqualTo(String attributeName,
String attributeValue)
Implementing this method would allow for keeping the test from
progressing until an element's attribute no longer has the desired value
|
void |
IElement.waitForAttributeNotEqualTo(String attributeName,
String attributeValue,
long time)
Implementing this method would allow for keeping the test from
progressing until an element's attribute no longer has the desired value
by the specified amount of time
|
void |
ICheckBox.waitForChecked()
Implementing this method would allow for waiting until the CheckBox has
been checked
|
void |
ICheckBox.waitForChecked(long timeout)
Implementing this method would allow for waiting until the CheckBox has
been checked
|
void |
IElement.waitForElementNotPresent()
Implementing this method would allow for the test to wait until the
element is no longer present before progressing
|
void |
IElement.waitForElementNotPresent(long time)
Implementing this method would allow for the test to wait a designated
length of time until the element is no longer present before progressing
|
void |
IElement.waitForElementPresent()
Implementing this method would allow for the test to wait until the
element is present before progressing
|
void |
IElement.waitForElementPresent(long time)
Implementing this method would allow for the test to wait a designated
length of time until the element is present before progressing
|
void |
IElement.waitForNotVisible()
Implementing this method would allow for the test to wait until the
element is no longer visible before progressing
|
void |
IElement.waitForText()
Implementing this method would allow for keeping the test from
progressing until an element has text
|
void |
IElement.waitForText(long time)
Implementing this method would allow for keeping the test from
progressing until an element has text
|
void |
ICheckBox.waitForUnchecked()
Implementing this method would allow for waiting until the CheckBox has
been unchecked
|
void |
ICheckBox.waitForUnchecked(long timeout)
Implementing this method would allow for waiting until the CheckBox has
been unchecked
|
void |
IElement.waitForVisible()
Implementing this method would allow for the test to wait until the
element is visible before progressing
|
Modifier and Type | Method and Description |
---|---|
void |
Element.waitForAttributeEqualTo(String attributeName,
String attributeValue) |
void |
Element.waitForAttributeEqualTo(String attributeName,
String attributeValue,
long timeout) |
void |
Element.waitForAttributeNotEqualTo(String attributeName,
String attributeValue,
long timeout) |
protected void |
Element.waitForCommand(WaitForConditionTimer.ITimerCallback callback,
long timeout)
wait for timeout amount of time
|
void |
Element.waitForText(long time) |
Copyright © 2018. All rights reserved.