Uses of Annotation Interface
org.openqa.selenium.support.PageFactoryFinder

Packages that use PageFactoryFinder
Package
Description
 
  • Uses of PageFactoryFinder in org.openqa.selenium.support

    Classes in org.openqa.selenium.support with annotations of type PageFactoryFinder
    Modifier and Type
    Class
    Description
    @interface 
    Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags It will then search for all elements that match any of the FindBy criteria.
    @interface 
    Used to mark a field on a Page Object to indicate an alternative mechanism for locating the element or a list of elements.
    @interface 
    Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags in a chain as described in ByChained