Interface ElementLocatorFactory
- All Known Implementing Classes:
AjaxElementLocatorFactory
,DefaultElementLocatorFactory
public interface ElementLocatorFactory
A factory for producing
ElementLocator
s. It is expected that a new ElementLocator will be
returned per call.-
Method Summary
Modifier and TypeMethodDescriptioncreateLocator
(Field field) When a field on a class needs to be decorated with anElementLocator
this method will be called.
-
Method Details
-
createLocator
When a field on a class needs to be decorated with anElementLocator
this method will be called.- Parameters:
field
- the field- Returns:
- An ElementLocator object.
-