Table of Contents

Class LayoutShiftAttribution

Namespace
Selenium.WebDriver.BiDi.Cdp.PerformanceTimeline
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record LayoutShiftAttribution : IEquatable<LayoutShiftAttribution>
Inheritance
LayoutShiftAttribution
Implements
Inherited Members

Constructors

LayoutShiftAttribution(Rect, Rect)

public LayoutShiftAttribution(Rect PreviousRect, Rect CurrentRect)

Parameters

PreviousRect Rect
CurrentRect Rect

Properties

CurrentRect

public Rect CurrentRect { get; init; }

Property Value

Rect

NodeId

public BackendNodeId? NodeId { get; init; }

Property Value

BackendNodeId

PreviousRect

public Rect PreviousRect { get; init; }

Property Value

Rect