Graphene Selenium: API 2.0.0.Alpha1

Uses of Interface
org.jboss.arquillian.ajocado.locator.attribute.AttributeLocator

Packages that use AttributeLocator
org.jboss.arquillian.ajocado.framework   
org.jboss.arquillian.ajocado.locator.attribute   
org.jboss.arquillian.ajocado.locator.element   
 

Uses of AttributeLocator in org.jboss.arquillian.ajocado.framework
 

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

Uses of AttributeLocator in org.jboss.arquillian.ajocado.locator.attribute
 

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

Methods in org.jboss.arquillian.ajocado.locator.attribute that return AttributeLocator
 AttributeLocator<E> AttributeLocator.format(Object... args)
           
 AttributeLocator<E> DefaultAttributeLocator.format(Object... args)
           
 

Uses of AttributeLocator in org.jboss.arquillian.ajocado.locator.element
 

Methods in org.jboss.arquillian.ajocado.locator.element that return AttributeLocator
 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.
 


Graphene Selenium: API 2.0.0.Alpha1

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