Closed
Description
I think the word *_fniding *_below should be a typo, can you have a look and fix it?
/**
- Similar to the other "initElements" methods, but takes an {@link ElementLocatorFactory} which
- is used for providing the mechanism for *fniding * elements. If the ElementLocatorFactory returns
- null then the field won't be decorated.
* - @param factory The factory to use
- @param page The object to decorate the fields of
*/
public static void initElements(ElementLocatorFactory factory, Object page) {
final ElementLocatorFactory factoryRef = factory;
initElements(new DefaultFieldDecorator(factoryRef), page);
}
Metadata
Metadata
Assignees
Labels
No labels