Table of Contents

Class PropertyRuleIssueDetails

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

PropertyRuleIssueDetails

public sealed class PropertyRuleIssueDetails
Inheritance
PropertyRuleIssueDetails
Inherited Members

Properties

PropertyRuleIssueReason

propertyRuleIssueReason

[JsonPropertyName("propertyRuleIssueReason")]
public PropertyRuleIssueReason PropertyRuleIssueReason { get; set; }

Property Value

PropertyRuleIssueReason

PropertyValue

propertyValue

[JsonPropertyName("propertyValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PropertyValue { get; set; }

Property Value

string

SourceCodeLocation

sourceCodeLocation

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

Property Value

SourceCodeLocation