Annotation Interface DriverParameters


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface DriverParameters
Container annotation for multiple DriverParameter annotations.

This annotation is automatically used by the compiler when multiple @DriverParameter annotations are placed on a single class. You typically don't need to use this annotation directly.

See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The array of driver parameter annotations.
  • Element Details

    • value

      The array of driver parameter annotations.
      Returns:
      the parameter annotations