Table of Contents

Class DeprecationIssueDetails

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

DeprecationIssueDetails

public sealed class DeprecationIssueDetails
Inheritance
DeprecationIssueDetails
Inherited Members

Properties

AffectedFrame

affectedFrame

[JsonPropertyName("affectedFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame AffectedFrame { get; set; }

Property Value

AffectedFrame

SourceCodeLocation

sourceCodeLocation

[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }

Property Value

SourceCodeLocation

Type

type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string