Class InsecureContentStatus
java.lang.Object
org.openqa.selenium.devtools.v125.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
Deprecated.Always false. - 
getDisplayedMixedContent
Deprecated.Always false. - 
getContainedMixedForm
Deprecated.Always false. - 
getRanContentWithCertErrors
Deprecated.Always false. - 
getDisplayedContentWithCertErrors
Deprecated.Always false. - 
getRanInsecureContentStyle
Deprecated.Always set to unknown. - 
getDisplayedInsecureContentStyle
Deprecated.Always set to unknown. 
 -