Class AjaxElementLocatorFactory
java.lang.Object
org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
- All Implemented Interfaces:
ElementLocatorFactory
-
Constructor Summary
ConstructorsConstructorDescriptionAjaxElementLocatorFactory(SearchContext searchContext, int timeOutInSeconds) -
Method Summary
Modifier and TypeMethodDescriptioncreateLocator(Field field) When a field on a class needs to be decorated with anElementLocatorthis method will be called.
-
Constructor Details
-
AjaxElementLocatorFactory
-
-
Method Details
-
createLocator
Description copied from interface:ElementLocatorFactoryWhen a field on a class needs to be decorated with anElementLocatorthis method will be called.- Specified by:
createLocatorin interfaceElementLocatorFactory- Parameters:
field- the field- Returns:
- An ElementLocator object.
-