Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.AdFrameType
Packages that use AdFrameType
-
Uses of AdFrameType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.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.v141.page.model with parameters of type AdFrameTypeModifierConstructorDescriptionAdFrameStatus(AdFrameType adFrameType, Optional<List<AdFrameExplanation>> explanations)