Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.CrossOriginIsolatedContextType
Packages that use CrossOriginIsolatedContextType
-
Uses of CrossOriginIsolatedContextType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return CrossOriginIsolatedContextTypeModifier and TypeMethodDescriptionCrossOriginIsolatedContextType.fromString(String s) Indicates whether this is a cross origin isolated context.Returns the enum constant of this class with the specified name.static CrossOriginIsolatedContextType[]CrossOriginIsolatedContextType.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 CrossOriginIsolatedContextTypeModifierConstructorDescriptionFrame(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)