Object defining a variable that can be used in your browser test. See the Recording Steps documentation.

Hierarchy

  • SyntheticsBrowserVariable

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
example?: string

Example for the variable.

id?: string

ID for the variable. Global variables require an ID.

name: string

Name of the variable.

pattern?: string

Pattern of the variable.

secure?: boolean

Determines whether or not the browser test variable is obfuscated. Can only be used with browser variables of type text.

Type of browser test variable.

Generated using TypeDoc