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
Properties
CurrentRect
public Rect CurrentRect { get; init; }
Property Value
NodeId
public BackendNodeId? NodeId { get; init; }
Property Value
PreviousRect
public Rect PreviousRect { get; init; }