Class SecurityStateChanged
java.lang.Object
org.openqa.selenium.devtools.v119.security.model.SecurityStateChanged
Deprecated.
The security state of the page changed. No longer being sent.
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityStateChanged
(SecurityState securityState, Boolean schemeIsCryptographic, List<SecurityStateExplanation> explanations, InsecureContentStatus insecureContentStatus, Optional<String> summary) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Security state.Deprecated.
-
Constructor Details
-
SecurityStateChanged
public SecurityStateChanged(SecurityState securityState, Boolean schemeIsCryptographic, List<SecurityStateExplanation> explanations, InsecureContentStatus insecureContentStatus, Optional<String> summary) Deprecated.
-
-
Method Details
-
getSecurityState
Deprecated.Security state. -
getSchemeIsCryptographic
Deprecated.True if the page was loaded over cryptographic transport such as HTTPS. -
getExplanations
Deprecated.Previously a list of explanations for the security state. Now always empty. -
getInsecureContentStatus
Deprecated.Information about insecure content on the page. -
getSummary
Deprecated.Overrides user-visible description of the state. Always omitted.
-