Uses of Interface
org.openqa.selenium.support.pagefactory.ElementLocator

Packages that use ElementLocator
org.openqa.selenium.support.pagefactory   
org.openqa.selenium.support.pagefactory.internal   
 

Uses of ElementLocator in org.openqa.selenium.support.pagefactory
 

Classes in org.openqa.selenium.support.pagefactory that implement ElementLocator
 class AjaxElementLocator
          An element locator that will wait for the specified number of seconds for an element to appear, rather than failing instantly if it's not present.
 class DefaultElementLocator
          The default element locator, which will lazily locate an element on a page.
 

Methods in org.openqa.selenium.support.pagefactory that return ElementLocator
 ElementLocator ElementLocatorFactory.createLocator(java.lang.reflect.Field field)
          When a field on a class needs to be decorated with an ElementLocator this method will be called.
 ElementLocator DefaultElementLocatorFactory.createLocator(java.lang.reflect.Field field)
           
 ElementLocator AjaxElementLocatorFactory.createLocator(java.lang.reflect.Field field)
           
 

Methods in org.openqa.selenium.support.pagefactory with parameters of type ElementLocator
protected  WebElement DefaultFieldDecorator.proxyForLocator(java.lang.ClassLoader loader, ElementLocator locator, boolean renderedProxy)
           
 

Uses of ElementLocator in org.openqa.selenium.support.pagefactory.internal
 

Constructors in org.openqa.selenium.support.pagefactory.internal with parameters of type ElementLocator
LocatingElementHandler(ElementLocator locator)
           
 



Copyright © 2010. All Rights Reserved.