Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ContentSecurityPolicySource
Packages that use ContentSecurityPolicySource
-
Uses of ContentSecurityPolicySource in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ContentSecurityPolicySourceModifier and TypeMethodDescriptionstatic ContentSecurityPolicySourceContentSecurityPolicySource.fromString(String s) ContentSecurityPolicyStatus.getSource()static ContentSecurityPolicySourceReturns the enum constant of this class with the specified name.static ContentSecurityPolicySource[]ContentSecurityPolicySource.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type ContentSecurityPolicySourceModifierConstructorDescriptionContentSecurityPolicyStatus(String effectiveDirectives, Boolean isEnforced, ContentSecurityPolicySource source)