Annotation Type PageAwareFindBy

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      org.openqa.selenium.support.FindBy findBy  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String page
      Identifies the page name this locator belongs to.
    • Field Detail

      • DEFAULT_PAGE_NAME

        static final String DEFAULT_PAGE_NAME
    • Element Detail

      • findBy

        org.openqa.selenium.support.FindBy findBy
        Returns:
        a plain element locator
      • page

        String page
        Identifies the page name this locator belongs to. By default, uses the class name in which the locator is defined.
        Returns:
        an identifier of the current UI state the element is located on
        Default:
        "DEFAULT_PAGE"