Table of Contents

Class LazyLoadImageIssueDetails

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

Details for issues about lazy-loaded images without explicit dimensions.

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

Constructors

LazyLoadImageIssueDetails(BackendNodeId, string, FrameId)

Details for issues about lazy-loaded images without explicit dimensions.

public LazyLoadImageIssueDetails(BackendNodeId NodeId, string Url, FrameId FrameId)

Parameters

NodeId BackendNodeId

DOM node of the problematic HTMLImageElement.

Url string

URL or src attribute of the image.

FrameId FrameId

Frame containing the image.

Properties

FrameId

Frame containing the image.

public FrameId FrameId { get; init; }

Property Value

FrameId

NodeId

DOM node of the problematic HTMLImageElement.

public BackendNodeId NodeId { get; init; }

Property Value

BackendNodeId

Url

URL or src attribute of the image.

public string Url { get; init; }

Property Value

string