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