Class InsecureContentStatus
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.security.model.InsecureContentStatus
-
@Deprecated public class InsecureContentStatus extends java.lang.ObjectDeprecated.Information about insecure content on the page.
-
-
Constructor Summary
Constructors Constructor Description InsecureContentStatus(java.lang.Boolean ranMixedContent, java.lang.Boolean displayedMixedContent, java.lang.Boolean containedMixedForm, java.lang.Boolean ranContentWithCertErrors, java.lang.Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.BooleangetContainedMixedForm()Deprecated.Always false.java.lang.BooleangetDisplayedContentWithCertErrors()Deprecated.Always false.SecurityStategetDisplayedInsecureContentStyle()Deprecated.Always set to unknown.java.lang.BooleangetDisplayedMixedContent()Deprecated.Always false.java.lang.BooleangetRanContentWithCertErrors()Deprecated.Always false.SecurityStategetRanInsecureContentStyle()Deprecated.Always set to unknown.java.lang.BooleangetRanMixedContent()Deprecated.Always false.
-
-
-
Constructor Detail
-
InsecureContentStatus
public InsecureContentStatus(java.lang.Boolean ranMixedContent, java.lang.Boolean displayedMixedContent, java.lang.Boolean containedMixedForm, java.lang.Boolean ranContentWithCertErrors, java.lang.Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)Deprecated.
-
-
Method Detail
-
getRanMixedContent
public java.lang.Boolean getRanMixedContent()
Deprecated.Always false.
-
getDisplayedMixedContent
public java.lang.Boolean getDisplayedMixedContent()
Deprecated.Always false.
-
getContainedMixedForm
public java.lang.Boolean getContainedMixedForm()
Deprecated.Always false.
-
getRanContentWithCertErrors
public java.lang.Boolean getRanContentWithCertErrors()
Deprecated.Always false.
-
getDisplayedContentWithCertErrors
public java.lang.Boolean getDisplayedContentWithCertErrors()
Deprecated.Always false.
-
getRanInsecureContentStyle
public SecurityState getRanInsecureContentStyle()
Deprecated.Always set to unknown.
-
getDisplayedInsecureContentStyle
public SecurityState getDisplayedInsecureContentStyle()
Deprecated.Always set to unknown.
-
-