Table of Contents

Class LargestContentfulPaint

Namespace
Selenium.WebDriver.BiDi.Cdp.PerformanceTimeline
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

public sealed record LargestContentfulPaint : IEquatable<LargestContentfulPaint>
Inheritance
LargestContentfulPaint
Implements
Inherited Members

Constructors

LargestContentfulPaint(TimeSinceEpoch, TimeSinceEpoch, double)

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

public LargestContentfulPaint(TimeSinceEpoch RenderTime, TimeSinceEpoch LoadTime, double Size)

Parameters

RenderTime TimeSinceEpoch
LoadTime TimeSinceEpoch
Size double

The number of pixels being painted.

Properties

ElementId

The id attribute of the element, if available.

public string? ElementId { get; init; }

Property Value

string

LoadTime

public TimeSinceEpoch LoadTime { get; init; }

Property Value

TimeSinceEpoch

NodeId

public BackendNodeId? NodeId { get; init; }

Property Value

BackendNodeId

RenderTime

public TimeSinceEpoch RenderTime { get; init; }

Property Value

TimeSinceEpoch

Size

The number of pixels being painted.

public double Size { get; init; }

Property Value

double

Url

The URL of the image (may be trimmed).

public string? Url { get; init; }

Property Value

string