Skip to content

Found a typo in PageFactory.java #1562

Closed
@zzhengjian

Description

@zzhengjian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions