Class LayoutShiftAttribution
- Namespace
- OpenQA.Selenium.DevTools.V130.PerformanceTimeline
- Assembly
- WebDriver.dll
LayoutShiftAttribution
public sealed class LayoutShiftAttribution
- Inheritance
-
LayoutShiftAttribution
- Inherited Members
Properties
CurrentRect
currentRect
[JsonPropertyName("currentRect")]
public Rect CurrentRect { get; set; }
Property Value
NodeId
nodeId
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?
PreviousRect
previousRect
[JsonPropertyName("previousRect")]
public Rect PreviousRect { get; set; }