Class LazyLoadImageIssueDetails
Details for issues about lazy-loaded images without explicit dimensions.
public sealed class LazyLoadImageIssueDetails
- Inheritance
-
LazyLoadImageIssueDetails
- Inherited Members
Properties
FrameId
Frame containing the image.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
NodeId
DOM node of the problematic HTMLImageElement.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
Url
URL or src attribute of the image.
[JsonPropertyName("url")]
public string Url { get; set; }