Interface ElementLocatorFactory
-
- All Known Implementing Classes:
AjaxElementLocatorFactory,DefaultElementLocatorFactory
public interface ElementLocatorFactoryA factory for producingElementLocators. It is expected that a new ElementLocator will be returned per call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementLocatorcreateLocator(java.lang.reflect.Field field)When a field on a class needs to be decorated with anElementLocatorthis method will be called.
-
-
-
Method Detail
-
createLocator
ElementLocator createLocator(java.lang.reflect.Field field)
When a field on a class needs to be decorated with anElementLocatorthis method will be called.- Parameters:
field- the field- Returns:
- An ElementLocator object.
-
-