Table of Contents

Class PropertyRuleIssueDetails

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

This issue warns about errors in property rules that lead to property registrations being ignored.

public sealed class PropertyRuleIssueDetails
Inheritance
PropertyRuleIssueDetails
Inherited Members

Properties

PropertyRuleIssueReason

Reason why the property rule was discarded.

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

Property Value

PropertyRuleIssueReason

PropertyValue

The value of the property rule property that failed to parse

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

Property Value

string

SourceCodeLocation

Source code position of the property rule.

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

Property Value

SourceCodeLocation