Annotation Type Keyword

    • Element Detail

      • name

        String name
        Returns:
        the name of this keyword. If not specified the method name is used as keyword name
        Default:
        ""
      • description

        String description
        Returns:
        the description of this keyword.
        Default:
        ""
      • properties

        String[] properties
        Returns:
        the list of properties required by this keyword
        Default:
        {}
      • optionalProperties

        String[] optionalProperties
        Returns:
        the list of optional properties which might be used by this keyword
        Default:
        {}
      • timeout

        int timeout
        Returns:
        the call timeout for this keyword in milliseconds
        Default:
        180000
      • planReference

        String planReference
        Returns:
        the reference to file with implementing plan (for composite keyword only)
        Default:
        ""