Class LargestContentfulPaint
- Namespace
- OpenQA.Selenium.DevTools.V131.PerformanceTimeline
- Assembly
- WebDriver.dll
LargestContentfulPaint
public sealed class LargestContentfulPaint
- Inheritance
-
LargestContentfulPaint
- Inherited Members
Properties
ElementId
elementId
[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
size
[JsonPropertyName("size")]
public double Size { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }