Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found a typo in PageFactory.java #1562

Closed
zzhengjian opened this issue Jan 29, 2016 · 0 comments
Closed

Found a typo in PageFactory.java #1562

zzhengjian opened this issue Jan 29, 2016 · 0 comments

Comments

@zzhengjian
Copy link

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);
    }
@lock lock bot locked and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant