Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.ContentSecurityPolicyViolationType
Packages that use ContentSecurityPolicyViolationType
-
Uses of ContentSecurityPolicyViolationType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return ContentSecurityPolicyViolationTypeModifier and TypeMethodDescriptionContentSecurityPolicyViolationType.fromString(String s) ContentSecurityPolicyIssueDetails.getContentSecurityPolicyViolationType()Returns the enum constant of this class with the specified name.static ContentSecurityPolicyViolationType[]ContentSecurityPolicyViolationType.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 ContentSecurityPolicyViolationTypeModifierConstructorDescriptionContentSecurityPolicyIssueDetails(Optional<String> blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, Optional<AffectedFrame> frameAncestor, Optional<SourceCodeLocation> sourceCodeLocation, Optional<BackendNodeId> violatingNodeId)