Class PropertyRuleIssueDetails

java.lang.Object
org.openqa.selenium.devtools.v126.audits.model.PropertyRuleIssueDetails

public class PropertyRuleIssueDetails extends Object
This issue warns about errors in property rules that lead to property registrations being ignored.
  • Constructor Details

  • Method Details

    • getSourceCodeLocation

      public SourceCodeLocation getSourceCodeLocation()
      Source code position of the property rule.
    • getPropertyRuleIssueReason

      public PropertyRuleIssueReason getPropertyRuleIssueReason()
      Reason why the property rule was discarded.
    • getPropertyValue

      public Optional<String> getPropertyValue()
      The value of the property rule property that failed to parse