Annotation Type IgnoreBrowser


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface IgnoreBrowser
    Annotation to exclude running a test for a given list of browsers.
    Since:
    3.5M1
    Version:
    $Id: f51b1bdd6e7843bc1338be810cb233a149d36d69 $
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Element Detail

      • value

        String value
        Returns:
        the browser name to ignore
      • version

        String version
        Returns:
        the browser version to ignore
        Default:
        ""
      • reason

        String reason
        Returns:
        the reason this test is ignored
        Default:
        ""