Class SyntheticsTestResultStepElementUpdates

Element locator updates produced during a step.

Hierarchy

  • SyntheticsTestResultStepElementUpdates

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
multiLocator?: {
    [key: string]: string;
}

Updated multi-locator definition.

Type declaration

  • [key: string]: string
targetOuterHtml?: string

Updated outer HTML of the targeted element.

version?: number

Version of the element locator definition.

Generated using TypeDoc