| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.waiting.conditions | |
| org.jboss.arquillian.ajocado.waiting.selenium |
| Modifier and Type | Class and Description |
|---|---|
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 |
ElementNotPresent
Implementation of Condition for waiting, if given element is already present on the page.
|
class |
ElementNotVisible
Implementation of Condition for waiting until given element is not displayed.
|
class |
ElementPresent
Implementation of Condition for waiting, if given element is already present on the page.
|
class |
ElementVisible
Implementation of Condition for waiting until given element is 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeleniumWaiting.until(SeleniumCondition condition)
Stars loop waiting to satisfy condition.
|
void |
DefaultSeleniumWaiting.until(SeleniumCondition condition)
Stars loop waiting to satisfy condition.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.