Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.SharedDictionaryError
Packages that use SharedDictionaryError
-
Uses of SharedDictionaryError in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return SharedDictionaryErrorModifier and TypeMethodDescriptionstatic SharedDictionaryErrorSharedDictionaryError.fromString(String s) SharedDictionaryIssueDetails.getSharedDictionaryError()static SharedDictionaryErrorReturns the enum constant of this class with the specified name.static SharedDictionaryError[]SharedDictionaryError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type SharedDictionaryErrorModifierConstructorDescriptionSharedDictionaryIssueDetails(SharedDictionaryError sharedDictionaryError, AffectedRequest request)