Ajocado Implementation 1.0.0.Alpha2

Uses of Package
org.jboss.arquillian.ajocado.waiting.conditions

Packages that use org.jboss.arquillian.ajocado.waiting.conditions
org.jboss.arquillian.ajocado   
org.jboss.arquillian.ajocado.waiting.conditions   
 

Classes in org.jboss.arquillian.ajocado.waiting.conditions used by org.jboss.arquillian.ajocado
AlertEquals
           Implementation of Condition for waiting if alert is shown and its message has has given value.
AlertPresent
           Implementation of Condition for waiting, if an alert is present on the page.
AttributeEquals
           Implementation of Condition for waiting if element's attribute given by attributeLocator has value equal to given value.
AttributePresent
           Implementation of Condition for waiting, if given element's attribute is already present on the page.
CountEquals
           Implementation of Condition for waiting if count of elements with given locator is equal to given count.
ElementPresent
           Implementation of Condition for waiting, if given element is already present on the page.
IsDisplayed
           Implementation of Condition for waiting until given element is displayed.
IsNotDisplayed
           Implementation of Condition for waiting until given element is not displayed.
StyleEquals
           Implementation of Condition for waiting if element given by elementLocator has given CSS style property's value equal to given value.
TextEquals
           Implementation of Condition for waiting if element given by elementLocator has text equal to given text.
 

Classes in org.jboss.arquillian.ajocado.waiting.conditions used by org.jboss.arquillian.ajocado.waiting.conditions
AlertEquals
           Implementation of Condition for waiting if alert is shown and its message has has given value.
AlertPresent
           Implementation of Condition for waiting, if an alert is present on the page.
AttributeEquals
           Implementation of Condition for waiting if element's attribute given by attributeLocator has value equal to given value.
AttributePresent
           Implementation of Condition for waiting, if given element's attribute is already present on the page.
CountEquals
           Implementation of Condition for waiting if count of elements with given locator is equal to given count.
ElementPresent
           Implementation of Condition for waiting, if given element is already present on the page.
IsDisplayed
           Implementation of Condition for waiting until given element is displayed.
IsNotDisplayed
           Implementation of Condition for waiting until given element is not displayed.
StyleEquals
           Implementation of Condition for waiting if element given by elementLocator has given CSS style property's value equal to given value.
TextEquals
           Implementation of Condition for waiting if element given by elementLocator has text equal to given text.
 


Ajocado Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.