Uses of Class
org.openqa.selenium.devtools.v106.page.model.SecureContextType
-
Packages that use SecureContextType Package Description org.openqa.selenium.devtools.v106.page.model -
-
Uses of SecureContextType in org.openqa.selenium.devtools.v106.page.model
Methods in org.openqa.selenium.devtools.v106.page.model that return SecureContextType Modifier and Type Method Description static SecureContextTypeSecureContextType. fromString(java.lang.String s)SecureContextTypeFrame. getSecureContextType()Indicates whether the main document is a secure context and explains why that is the case.static SecureContextTypeSecureContextType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SecureContextType[]SecureContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v106.page.model with parameters of type SecureContextType 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)
-