Uses of Enum Class
org.openqa.selenium.devtools.v150.page.model.AdFrameType
Packages that use AdFrameType
-
Uses of AdFrameType in org.openqa.selenium.devtools.v150.page.model
Subclasses with type arguments of type AdFrameType in org.openqa.selenium.devtools.v150.page.modelModifier and TypeClassDescriptionenumIndicates whether a frame has been identified as an ad.Methods in org.openqa.selenium.devtools.v150.page.model that return AdFrameTypeModifier and TypeMethodDescriptionstatic AdFrameTypeAdFrameType.fromString(String s) AdFrameStatus.getAdFrameType()static AdFrameTypeReturns the enum constant of this class with the specified name.static AdFrameType[]AdFrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v150.page.model with parameters of type AdFrameTypeModifierConstructorDescriptionAdFrameStatus(AdFrameType adFrameType, Optional<List<AdFrameExplanation>> explanations)