Uses of Enum Class
org.openqa.selenium.devtools.v141.domdebugger.model.CSPViolationType
Packages that use CSPViolationType
Package
Description
-
Uses of CSPViolationType in org.openqa.selenium.devtools.v141.domdebugger
Method parameters in org.openqa.selenium.devtools.v141.domdebugger with type arguments of type CSPViolationTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> DOMDebugger.setBreakOnCSPViolation(List<CSPViolationType> violationTypes) Sets breakpoint on particular CSP violations. -
Uses of CSPViolationType in org.openqa.selenium.devtools.v141.domdebugger.model
Methods in org.openqa.selenium.devtools.v141.domdebugger.model that return CSPViolationTypeModifier and TypeMethodDescriptionstatic CSPViolationTypeCSPViolationType.fromString(String s) static CSPViolationTypeReturns the enum constant of this class with the specified name.static CSPViolationType[]CSPViolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.