Class InsecureContentStatus
java.lang.Object
org.openqa.selenium.devtools.v150.security.model.InsecureContentStatus
Deprecated.
Information about insecure content on the page.
-
Constructor Summary
ConstructorsConstructorDescriptionInsecureContentStatus(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Always false.Deprecated.Always false.Deprecated.Always set to unknown.Deprecated.Always false.Deprecated.Always false.Deprecated.Always set to unknown.Deprecated.Always false.
-
Constructor Details
-
InsecureContentStatus
public InsecureContentStatus(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle) Deprecated.
-
-
Method Details
-
getRanMixedContent
-
getDisplayedMixedContent
-
getContainedMixedForm
-
getRanContentWithCertErrors
-
getDisplayedContentWithCertErrors
-
getRanInsecureContentStyle
-
getDisplayedInsecureContentStyle
-