Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.SecureContextType
Packages that use SecureContextType
-
Uses of SecureContextType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.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.v141.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)