Uses of Interface
org.jboss.test.selenium.locator.AttributeLocator

Packages that use AttributeLocator
org.jboss.test.selenium.framework   
org.jboss.test.selenium.locator   
org.jboss.test.selenium.waiting.conditions   
org.jboss.test.selenium.waiting.retrievers   
 

Uses of AttributeLocator in org.jboss.test.selenium.framework
 

Methods in org.jboss.test.selenium.framework with parameters of type AttributeLocator
 String TypedSeleniumImpl.getAttribute(AttributeLocator<?> attributeLocator)
           
 String TypedSelenium.getAttribute(AttributeLocator<?> attributeLocator)
          Gets the value of an element attribute.
 boolean ExtendedTypedSeleniumImpl.isAttributePresent(AttributeLocator<?> attributeLocator)
           
 boolean ExtendedTypedSelenium.isAttributePresent(AttributeLocator<?> attributeLocator)
          Verifies that the specified attribute is defined for the element.
 

Uses of AttributeLocator in org.jboss.test.selenium.locator
 

Classes in org.jboss.test.selenium.locator that implement AttributeLocator
 class DefaultAttributeLocator<E extends ElementLocator<E>>
          Default implementation of locator for element's attributes.
 

Methods in org.jboss.test.selenium.locator that return AttributeLocator
 AttributeLocator<E> AttributeLocator.format(Object... args)
           
 AttributeLocator<E> DefaultAttributeLocator.format(Object... args)
           
 AttributeLocator<T> ElementLocator.getAttribute(Attribute attribute)
          Returns the locator for attribute for given locator.
 AttributeLocator<T> AbstractElementLocator.getAttribute(Attribute attribute)
          Returns the default locator for attribute belongs to this locator.
 

Uses of AttributeLocator in org.jboss.test.selenium.waiting.conditions
 

Methods in org.jboss.test.selenium.waiting.conditions with parameters of type AttributeLocator
 AttributePresent AttributePresent.locator(AttributeLocator<?> attributeLocator)
          Returns the AttributePresent instance with given attributeLocator set.
 AttributeEquals AttributeEquals.locator(AttributeLocator<?> attributeLocator)
           Returns the AttributeEquals instance with given attributeLocator preset.
 

Uses of AttributeLocator in org.jboss.test.selenium.waiting.retrievers
 

Methods in org.jboss.test.selenium.waiting.retrievers with parameters of type AttributeLocator
 AttributeRetriever AttributeRetriever.attributeLocator(AttributeLocator<?> attributeLocator)
          Gets a AttributeRetriever object preset with attributeLocator to given value.
 



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