Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.AdFrameExplanation
Packages that use AdFrameExplanation
-
Uses of AdFrameExplanation in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return AdFrameExplanationModifier and TypeMethodDescriptionstatic AdFrameExplanationAdFrameExplanation.fromString(String s) static AdFrameExplanationReturns the enum constant of this class with the specified name.static AdFrameExplanation[]AdFrameExplanation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.page.model that return types with arguments of type AdFrameExplanationConstructor parameters in org.openqa.selenium.devtools.v141.page.model with type arguments of type AdFrameExplanationModifierConstructorDescriptionAdFrameStatus(AdFrameType adFrameType, Optional<List<AdFrameExplanation>> explanations)