org.openqa.selenium.support.pagefactory
Class AjaxElementLocatorFactory

java.lang.Object
  extended by org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
All Implemented Interfaces:
ElementLocatorFactory

public class AjaxElementLocatorFactory
extends java.lang.Object
implements ElementLocatorFactory


Constructor Summary
AjaxElementLocatorFactory(WebDriver driver, int timeOutInSeconds)
           
 
Method Summary
 ElementLocator createLocator(java.lang.reflect.Field field)
          When a field on a class needs to be decorated with an ElementLocator this method will be called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxElementLocatorFactory

public AjaxElementLocatorFactory(WebDriver driver,
                                 int timeOutInSeconds)
Method Detail

createLocator

public ElementLocator createLocator(java.lang.reflect.Field field)
Description copied from interface: ElementLocatorFactory
When a field on a class needs to be decorated with an ElementLocator this method will be called.

Specified by:
createLocator in interface ElementLocatorFactory
Returns:


Copyright © 2010. All Rights Reserved.