Uses of Class
org.openqa.selenium.devtools.v104.security.model.MixedContentType
-
Packages that use MixedContentType Package Description org.openqa.selenium.devtools.v104.network.model org.openqa.selenium.devtools.v104.security.model -
-
Uses of MixedContentType in org.openqa.selenium.devtools.v104.network.model
Methods in org.openqa.selenium.devtools.v104.network.model that return types with arguments of type MixedContentType Modifier and Type Method Description java.util.Optional<MixedContentType>Request. getMixedContentType()The mixed content type of the request. -
Uses of MixedContentType in org.openqa.selenium.devtools.v104.security.model
Methods in org.openqa.selenium.devtools.v104.security.model that return MixedContentType Modifier and Type Method Description static MixedContentTypeMixedContentType. fromString(java.lang.String s)MixedContentTypeSecurityStateExplanation. getMixedContentType()The type of mixed content described by the explanation.static MixedContentTypeMixedContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MixedContentType[]MixedContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v104.security.model with parameters of type MixedContentType Constructor Description SecurityStateExplanation(SecurityState securityState, java.lang.String title, java.lang.String summary, java.lang.String description, MixedContentType mixedContentType, java.util.List<java.lang.String> certificate, java.util.Optional<java.util.List<java.lang.String>> recommendations)
-