Table of Contents

Class LayoutShift

Namespace
OpenQA.Selenium.DevTools.V148.PerformanceTimeline
Assembly
Selenium.WebDriver.dll
public sealed class LayoutShift
Inheritance
LayoutShift
Inherited Members

Properties

HadRecentInput

hadRecentInput

[JsonPropertyName("hadRecentInput")]
public bool HadRecentInput { get; set; }

Property Value

bool

LastInputTime

lastInputTime

[JsonPropertyName("lastInputTime")]
public double LastInputTime { get; set; }

Property Value

double

Sources

sources

[JsonPropertyName("sources")]
public LayoutShiftAttribution[] Sources { get; set; }

Property Value

LayoutShiftAttribution[]

Value

Score increment produced by this event.

[JsonPropertyName("value")]
public double Value { get; set; }

Property Value

double