Table of Contents

Class DeprecationIssueDetails

Namespace
OpenQA.Selenium.DevTools.V148.Audits
Assembly
Selenium.WebDriver.dll
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

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

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

Property Value

string