Uses of Class
org.openqa.selenium.devtools.v101.audits.model.ContentSecurityPolicyViolationType
-
Packages that use ContentSecurityPolicyViolationType Package Description org.openqa.selenium.devtools.v101.audits.model -
-
Uses of ContentSecurityPolicyViolationType in org.openqa.selenium.devtools.v101.audits.model
Methods in org.openqa.selenium.devtools.v101.audits.model that return ContentSecurityPolicyViolationType Modifier and Type Method Description static ContentSecurityPolicyViolationTypeContentSecurityPolicyViolationType. fromString(java.lang.String s)ContentSecurityPolicyViolationTypeContentSecurityPolicyIssueDetails. getContentSecurityPolicyViolationType()static ContentSecurityPolicyViolationTypeContentSecurityPolicyViolationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentSecurityPolicyViolationType[]ContentSecurityPolicyViolationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v101.audits.model with parameters of type ContentSecurityPolicyViolationType Constructor Description ContentSecurityPolicyIssueDetails(java.util.Optional<java.lang.String> blockedURL, java.lang.String violatedDirective, java.lang.Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, java.util.Optional<AffectedFrame> frameAncestor, java.util.Optional<SourceCodeLocation> sourceCodeLocation, java.util.Optional<BackendNodeId> violatingNodeId)
-