Class InsecureContentStatus
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.security.model.InsecureContentStatus
-
@Deprecated public class InsecureContentStatus extends java.lang.Object
Deprecated.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.Boolean
getContainedMixedForm()
Deprecated.Always false.java.lang.Boolean
getDisplayedContentWithCertErrors()
Deprecated.Always false.SecurityState
getDisplayedInsecureContentStyle()
Deprecated.Always set to unknown.java.lang.Boolean
getDisplayedMixedContent()
Deprecated.Always false.java.lang.Boolean
getRanContentWithCertErrors()
Deprecated.Always false.SecurityState
getRanInsecureContentStyle()
Deprecated.Always set to unknown.java.lang.Boolean
getRanMixedContent()
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.
-
-