Annotation Type RenderWebElement


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface RenderWebElement
    The Locator By annotated with RenderWebElement can be rendered while calling the render on Page.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      ElementState state
      Render the element based on the ElementState The default value of ElementState is Visible, if it have to render for other other ElementState user have to set attribute.
      java.lang.String text  
    • Element Detail

      • text

        java.lang.String text
        Default:
        ""