Information about a browser tab involved in a step.

Hierarchy

  • SyntheticsTestResultTab

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
focused?: boolean

Whether the tab was focused during the step.

title?: string

Title of the tab.

url?: string

URL loaded in the tab.

Generated using TypeDoc