Table of Contents

Class LazyLoadImageIssueDetails

Namespace
OpenQA.Selenium.DevTools.V152.Audits
Assembly
Selenium.WebDriver.dll

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

string

NodeId

DOM node of the problematic HTMLImageElement.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

Url

URL or src attribute of the image.

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string