Class SecurityStateChanged

java.lang.Object
org.openqa.selenium.devtools.v85.security.model.SecurityStateChanged

public class SecurityStateChanged extends Object
The security state of the page changed.
  • Constructor Details

  • Method Details

    • getSecurityState

      public SecurityState getSecurityState()
      Security state.
    • getSchemeIsCryptographic

      @Deprecated public Boolean getSchemeIsCryptographic()
      Deprecated.
      True if the page was loaded over cryptographic transport such as HTTPS.
    • getExplanations

      public List<SecurityStateExplanation> getExplanations()
      List of explanations for the security state. If the overall security state is `insecure` or `warning`, at least one corresponding explanation should be included.
    • getInsecureContentStatus

      @Deprecated public InsecureContentStatus getInsecureContentStatus()
      Deprecated.
      Information about insecure content on the page.
    • getSummary

      public Optional<String> getSummary()
      Overrides user-visible description of the state.