Graphene Selenium: API 2.0.0.Alpha1

Uses of Class
org.jboss.arquillian.ajocado.locator.element.ElementLocationStrategy

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

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

Methods in org.jboss.arquillian.ajocado.framework with parameters of type ElementLocationStrategy
 void TypedSelenium.addLocationStrategy(ElementLocationStrategy strategyName, JavaScript functionDefinition)
          Defines a new function for Selenium to locate elements on the page.
 

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

Methods in org.jboss.arquillian.ajocado.locator.attribute that return ElementLocationStrategy
 ElementLocationStrategy DefaultAttributeLocator.getLocationStrategy()
           
 

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

Fields in org.jboss.arquillian.ajocado.locator.element declared as ElementLocationStrategy
static ElementLocationStrategy ElementLocationStrategy.CSS
          Strategy for locating by CSS selectors.
static ElementLocationStrategy ElementLocationStrategy.DOM
          Strategy for locating by given JavaScript expression.
static ElementLocationStrategy ElementLocationStrategy.ID
          Strategy for locating elements by given id attribute.
static ElementLocationStrategy ElementLocationStrategy.IDENTIFIER
          Strategy for locating elements by given id or by name as a fallback
static ElementLocationStrategy ElementLocationStrategy.JQUERY
          Strategy for locating elements using JQuery Selector syntax.
static ElementLocationStrategy ElementLocationStrategy.LINK
          Strategy for locating elements by text of the link (anchor)
static ElementLocationStrategy ElementLocationStrategy.NAME
          Strategy for locating elements by given name attribute.
static ElementLocationStrategy ElementLocationStrategy.XPATH
          Strategy for locating elements by given xpath xpression.
 

Methods in org.jboss.arquillian.ajocado.locator.element that return ElementLocationStrategy
 ElementLocationStrategy ElementLocator.getLocationStrategy()
           
 


Graphene Selenium: API 2.0.0.Alpha1

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