Table of Contents

Class InspectorIssue

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

An inspector issue reported from the back-end.

public sealed class InspectorIssue
Inheritance
InspectorIssue
Inherited Members

Properties

Code

code

[JsonPropertyName("code")]
public InspectorIssueCode Code { get; set; }

Property Value

InspectorIssueCode

Details

details

[JsonPropertyName("details")]
public InspectorIssueDetails Details { get; set; }

Property Value

InspectorIssueDetails

IssueId

A unique id for this issue. May be omitted if no other entity (e.g. exception, CDP message, etc.) is referencing this issue.

[JsonPropertyName("issueId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? IssueId { get; set; }

Property Value

string