Uses of Class
org.openqa.selenium.devtools.v86.page.model.AdFrameType
-
Packages that use AdFrameType Package Description org.openqa.selenium.devtools.v86.page.model -
-
Uses of AdFrameType in org.openqa.selenium.devtools.v86.page.model
Methods in org.openqa.selenium.devtools.v86.page.model that return AdFrameType Modifier and Type Method Description static AdFrameTypeAdFrameType. fromString(java.lang.String s)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.Methods in org.openqa.selenium.devtools.v86.page.model that return types with arguments of type AdFrameType Modifier and Type Method Description java.util.Optional<AdFrameType>Frame. getAdFrameType()Indicates whether this frame was tagged as an ad.
-