Graphene Selenium: Implementation 2.0.0.Alpha1

Uses of Interface
org.jboss.arquillian.ajocado.waiting.selenium.SeleniumCondition

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

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

Classes in org.jboss.arquillian.ajocado.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 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.
 

Uses of SeleniumCondition in org.jboss.arquillian.ajocado.waiting.selenium
 

Methods in org.jboss.arquillian.ajocado.waiting.selenium with parameters of type SeleniumCondition
 void DefaultSeleniumWaiting.until(SeleniumCondition condition)
          Stars loop waiting to satisfy condition.
 void SeleniumWaiting.until(SeleniumCondition condition)
          Stars loop waiting to satisfy condition.
 


Graphene Selenium: Implementation 2.0.0.Alpha1

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