Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.PropertyRuleIssueReason
Packages that use PropertyRuleIssueReason
-
Uses of PropertyRuleIssueReason in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return PropertyRuleIssueReasonModifier and TypeMethodDescriptionstatic PropertyRuleIssueReasonPropertyRuleIssueReason.fromString(String s) PropertyRuleIssueDetails.getPropertyRuleIssueReason()Reason why the property rule was discarded.static PropertyRuleIssueReasonReturns the enum constant of this class with the specified name.static PropertyRuleIssueReason[]PropertyRuleIssueReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type PropertyRuleIssueReasonModifierConstructorDescriptionPropertyRuleIssueDetails(SourceCodeLocation sourceCodeLocation, PropertyRuleIssueReason propertyRuleIssueReason, Optional<String> propertyValue)