Uses of Class
org.openqa.selenium.devtools.security.model.MixedContentType
-
Packages that use MixedContentType Package Description org.openqa.selenium.devtools.network.model org.openqa.selenium.devtools.security.model -
-
Uses of MixedContentType in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return MixedContentType Modifier and Type Method Description MixedContentTypeRequest. getMixedContentType()The mixed content type of the request.Constructors in org.openqa.selenium.devtools.network.model with parameters of type MixedContentType Constructor Description Request(java.lang.String url, java.lang.String urlFragment, java.lang.String method, Headers headers, java.lang.String postData, java.lang.Boolean hasPostData, MixedContentType mixedContentType, ResourcePriority initialPriority, Request.ReferrerPolicy referrerPolicy, java.lang.Boolean isLinkPreload) -
Uses of MixedContentType in org.openqa.selenium.devtools.security.model
Methods in org.openqa.selenium.devtools.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.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.List<java.lang.String> recommendations)
-