Table of Contents

Class PropertyRuleIssueDetails

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

public sealed record PropertyRuleIssueDetails : IEquatable<PropertyRuleIssueDetails>
Inheritance
PropertyRuleIssueDetails
Implements
Inherited Members

Constructors

PropertyRuleIssueDetails(SourceCodeLocation, PropertyRuleIssueReason)

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

public PropertyRuleIssueDetails(SourceCodeLocation SourceCodeLocation, PropertyRuleIssueReason PropertyRuleIssueReason)

Parameters

SourceCodeLocation SourceCodeLocation

Source code position of the property rule.

PropertyRuleIssueReason PropertyRuleIssueReason

Reason why the property rule was discarded.

Properties

PropertyRuleIssueReason

Reason why the property rule was discarded.

public PropertyRuleIssueReason PropertyRuleIssueReason { get; init; }

Property Value

PropertyRuleIssueReason

PropertyValue

The value of the property rule property that failed to parse

public string? PropertyValue { get; init; }

Property Value

string

SourceCodeLocation

Source code position of the property rule.

public SourceCodeLocation SourceCodeLocation { get; init; }

Property Value

SourceCodeLocation