Uses of Enum Class
org.openqa.selenium.devtools.v147.audits.model.PerformanceIssueType
Packages that use PerformanceIssueType
-
Uses of PerformanceIssueType in org.openqa.selenium.devtools.v147.audits.model
Methods in org.openqa.selenium.devtools.v147.audits.model that return PerformanceIssueTypeModifier and TypeMethodDescriptionstatic PerformanceIssueTypePerformanceIssueType.fromString(String s) PerformanceIssueDetails.getPerformanceIssueType()static PerformanceIssueTypeReturns the enum constant of this class with the specified name.static PerformanceIssueType[]PerformanceIssueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v147.audits.model with parameters of type PerformanceIssueTypeModifierConstructorDescriptionPerformanceIssueDetails(PerformanceIssueType performanceIssueType, Optional<SourceCodeLocation> sourceCodeLocation)