Bounding box of an element on the page.

Hierarchy

  • SyntheticsTestResultBounds

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
height?: number

Height in pixels.

width?: number

Width in pixels.

x?: number

Horizontal position in pixels.

y?: number

Vertical position in pixels.

Generated using TypeDoc