Class PropertyRuleIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v126.audits.model.PropertyRuleIssueDetails
This issue warns about errors in property rules that lead to property
registrations being ignored.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyRuleIssueDetails
(SourceCodeLocation sourceCodeLocation, PropertyRuleIssueReason propertyRuleIssueReason, Optional<String> propertyValue) -
Method Summary
Modifier and TypeMethodDescriptionReason why the property rule was discarded.The value of the property rule property that failed to parseSource code position of the property rule.
-
Constructor Details
-
PropertyRuleIssueDetails
public PropertyRuleIssueDetails(SourceCodeLocation sourceCodeLocation, PropertyRuleIssueReason propertyRuleIssueReason, Optional<String> propertyValue)
-
-
Method Details
-
getSourceCodeLocation
Source code position of the property rule. -
getPropertyRuleIssueReason
Reason why the property rule was discarded. -
getPropertyValue
The value of the property rule property that failed to parse
-