Annotation Type EnabledIfDriverUrlOnline


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface EnabledIfDriverUrlOnline
    Annotation for conditionally disabling tests depending on the availability of the driver URL (if online, that URL will be used for remote tests).
    Since:
    4.0.3
    Author:
    Boni Garcia
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value