Uses of Class
org.openqa.selenium.devtools.v109.page.model.GatedAPIFeatures
-
Packages that use GatedAPIFeatures Package Description org.openqa.selenium.devtools.v109.page.model -
-
Uses of GatedAPIFeatures in org.openqa.selenium.devtools.v109.page.model
Methods in org.openqa.selenium.devtools.v109.page.model that return GatedAPIFeatures Modifier and Type Method Description static GatedAPIFeaturesGatedAPIFeatures. fromString(java.lang.String s)static GatedAPIFeaturesGatedAPIFeatures. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GatedAPIFeatures[]GatedAPIFeatures. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v109.page.model that return types with arguments of type GatedAPIFeatures Modifier and Type Method Description java.util.List<GatedAPIFeatures>Frame. getGatedAPIFeatures()Indicated which gated APIs / features are available.Constructor parameters in org.openqa.selenium.devtools.v109.page.model with type arguments of type GatedAPIFeatures Constructor Description Frame(FrameId id, java.util.Optional<FrameId> parentId, LoaderId loaderId, java.util.Optional<java.lang.String> name, java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String domainAndRegistry, java.lang.String securityOrigin, java.lang.String mimeType, java.util.Optional<java.lang.String> unreachableUrl, java.util.Optional<AdFrameStatus> adFrameStatus, SecureContextType secureContextType, CrossOriginIsolatedContextType crossOriginIsolatedContextType, java.util.List<GatedAPIFeatures> gatedAPIFeatures)
-