Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.InsightType
Packages that use InsightType
-
Uses of InsightType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return InsightTypeModifier and TypeMethodDescriptionstatic InsightTypeInsightType.fromString(String s) CookieIssueInsight.getType()static InsightTypeReturns the enum constant of this class with the specified name.static InsightType[]InsightType.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 InsightTypeModifierConstructorDescriptionCookieIssueInsight(InsightType type, Optional<String> tableEntryUrl)