Uses of Enum Class
org.openqa.selenium.devtools.v146.audits.model.ConnectionAllowlistError
Packages that use ConnectionAllowlistError
-
Uses of ConnectionAllowlistError in org.openqa.selenium.devtools.v146.audits.model
Methods in org.openqa.selenium.devtools.v146.audits.model that return ConnectionAllowlistErrorModifier and TypeMethodDescriptionstatic ConnectionAllowlistErrorConnectionAllowlistError.fromString(String s) ConnectionAllowlistIssueDetails.getError()static ConnectionAllowlistErrorReturns the enum constant of this class with the specified name.static ConnectionAllowlistError[]ConnectionAllowlistError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v146.audits.model with parameters of type ConnectionAllowlistErrorModifierConstructorDescriptionConnectionAllowlistIssueDetails(ConnectionAllowlistError error, AffectedRequest request)