Uses of Class
org.openqa.selenium.devtools.v110.page.model.AdFrameType
-
Packages that use AdFrameType Package Description org.openqa.selenium.devtools.v110.page.model -
-
Uses of AdFrameType in org.openqa.selenium.devtools.v110.page.model
Methods in org.openqa.selenium.devtools.v110.page.model that return AdFrameType Modifier and Type Method Description static AdFrameTypeAdFrameType. fromString(java.lang.String s)AdFrameTypeAdFrameStatus. getAdFrameType()static AdFrameTypeAdFrameType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdFrameType[]AdFrameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v110.page.model with parameters of type AdFrameType Constructor Description AdFrameStatus(AdFrameType adFrameType, java.util.Optional<java.util.List<AdFrameExplanation>> explanations)
-