Table of Contents

Class DeprecationIssueDetails

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record DeprecationIssueDetails : IEquatable<DeprecationIssueDetails>
Inheritance
DeprecationIssueDetails
Implements
Inherited Members

Constructors

DeprecationIssueDetails(SourceCodeLocation, string)

public DeprecationIssueDetails(SourceCodeLocation SourceCodeLocation, string Type)

Parameters

SourceCodeLocation SourceCodeLocation
Type string

One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5

Properties

AffectedFrame

public AffectedFrame? AffectedFrame { get; init; }

Property Value

AffectedFrame

SourceCodeLocation

public SourceCodeLocation SourceCodeLocation { get; init; }

Property Value

SourceCodeLocation

Type

One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5

public string Type { get; init; }

Property Value

string