Annotation Type At


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface At
    Define the URLs that a given Page Object works with. A Page Object is designed to work with a particular page. This annotation lets you define a URL or a set of URLs that work with a particular page.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] urls  
      String value  
    • Element Detail

      • value

        String value
        Default:
        ""