Uses of Enum Class
org.openqa.selenium.devtools.v150.page.model.SecureContextType
Packages that use SecureContextType
-
Uses of SecureContextType in org.openqa.selenium.devtools.v150.page.model
Subclasses with type arguments of type SecureContextType in org.openqa.selenium.devtools.v150.page.modelModifier and TypeClassDescriptionenumIndicates whether the frame is a secure context and why it is the case.Methods in org.openqa.selenium.devtools.v150.page.model that return SecureContextTypeModifier and TypeMethodDescriptionstatic SecureContextTypeSecureContextType.fromString(String s) Frame.getSecureContextType()Indicates whether the main document is a secure context and explains why that is the case.static SecureContextTypeReturns the enum constant of this class with the specified name.static SecureContextType[]SecureContextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v150.page.model with parameters of type SecureContextTypeModifierConstructorDescriptionFrame(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)