Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.SharedArrayBufferIssueType
Packages that use SharedArrayBufferIssueType
-
Uses of SharedArrayBufferIssueType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return SharedArrayBufferIssueTypeModifier and TypeMethodDescriptionstatic SharedArrayBufferIssueTypeSharedArrayBufferIssueType.fromString(String s) SharedArrayBufferIssueDetails.getType()static SharedArrayBufferIssueTypeReturns the enum constant of this class with the specified name.static SharedArrayBufferIssueType[]SharedArrayBufferIssueType.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 SharedArrayBufferIssueTypeModifierConstructorDescriptionSharedArrayBufferIssueDetails(SourceCodeLocation sourceCodeLocation, Boolean isWarning, SharedArrayBufferIssueType type)