Graphene Implementation 1.0.0.CR3

Uses of Interface
org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptCondition

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

Uses of JavaScriptCondition in org.jboss.arquillian.ajocado.waiting.ajax
 

Methods in org.jboss.arquillian.ajocado.waiting.ajax with parameters of type JavaScriptCondition
 void DefaultAjaxWaiting.until(JavaScriptCondition condition)
          Stars loop waiting to satisfy condition.
 void AjaxWaiting.until(JavaScriptCondition condition)
          Stars loop waiting to satisfy condition.
 

Uses of JavaScriptCondition in org.jboss.arquillian.ajocado.waiting.conditions
 

Classes in org.jboss.arquillian.ajocado.waiting.conditions that implement JavaScriptCondition
 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.
 


Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.