Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.GatedAPIFeatures
Packages that use GatedAPIFeatures
-
Uses of GatedAPIFeatures in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return GatedAPIFeaturesModifier and TypeMethodDescriptionstatic GatedAPIFeaturesGatedAPIFeatures.fromString(String s) static GatedAPIFeaturesReturns the enum constant of this class with the specified name.static GatedAPIFeatures[]GatedAPIFeatures.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.page.model that return types with arguments of type GatedAPIFeaturesModifier and TypeMethodDescriptionFrame.getGatedAPIFeatures()Indicated which gated APIs / features are available.Constructor parameters in org.openqa.selenium.devtools.v141.page.model with type arguments of type GatedAPIFeaturesModifierConstructorDescriptionFrame(FrameId id, Optional<FrameId> parentId, LoaderId loaderId, Optional<String> name, String url, Optional<String> urlFragment, String domainAndRegistry, String securityOrigin, Optional<SecurityOriginDetails> securityOriginDetails, String mimeType, Optional<String> unreachableUrl, Optional<AdFrameStatus> adFrameStatus, SecureContextType secureContextType, CrossOriginIsolatedContextType crossOriginIsolatedContextType, List<GatedAPIFeatures> gatedAPIFeatures)