Annotation Type EnabledIfBrowserAvailable


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface EnabledIfBrowserAvailable
    Annotation for conditionally disabling tests depending on the availability of local browsers.
    Since:
    4.0.0
    Author:
    Boni Garcia
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Browser[] value