|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SeleniumCondition | |
|---|---|
| org.jboss.test.selenium.waiting.conditions | |
| org.jboss.test.selenium.waiting.selenium | |
| Uses of SeleniumCondition in org.jboss.test.selenium.waiting.conditions |
|---|
| Classes in org.jboss.test.selenium.waiting.conditions that implement SeleniumCondition | |
|---|---|
class |
AlertEquals
Implementation of Condition for waiting if alert is shown and its message has has given value. |
class |
AlertPresent
Implementation of Condition for waiting, if an alert is present on the page. |
class |
AttributeEquals
Implementation of Condition for waiting if element's attribute given by attributeLocator has value equal to given value. |
class |
AttributePresent
Implementation of Condition for waiting, if given element's attribute is already present on the page. |
class |
CountEquals
Implementation of Condition for waiting if count of elements with given locator is equal to given count. |
class |
ElementPresent
Implementation of Condition for waiting, if given element is already present on the page. |
class |
IsDisplayed
Implementation of Condition for waiting until given element is displayed. |
class |
IsNotDisplayed
Implementation of Condition for waiting until given element is not displayed. |
class |
StyleEquals
Implementation of Condition for waiting if element given by elementLocator has given CSS style property's value equal to given value. |
class |
TextEquals
Implementation of Condition for waiting if element given by elementLocator has text equal to given text. |
| Uses of SeleniumCondition in org.jboss.test.selenium.waiting.selenium |
|---|
| Methods in org.jboss.test.selenium.waiting.selenium with parameters of type SeleniumCondition | |
|---|---|
void |
SeleniumWaiting.until(SeleniumCondition condition)
Stars loop waiting to satisfy condition. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||