Class LargestContentfulPaint
- Namespace
- OpenQA.Selenium.DevTools.V148.PerformanceTimeline
- Assembly
- Selenium.WebDriver.dll
See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl
public sealed class LargestContentfulPaint
- Inheritance
-
LargestContentfulPaint
- Inherited Members
Properties
ElementId
The id attribute of the element, if available.
[JsonPropertyName("elementId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ElementId { get; set; }
Property Value
LoadTime
loadTime
[JsonPropertyName("loadTime")]
public double LoadTime { get; set; }
Property Value
NodeId
nodeId
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?
RenderTime
renderTime
[JsonPropertyName("renderTime")]
public double RenderTime { get; set; }
Property Value
Size
The number of pixels being painted.
[JsonPropertyName("size")]
public double Size { get; set; }
Property Value
Url
The URL of the image (may be trimmed).
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Url { get; set; }