Class VisibleSecurityState

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

@Beta public class VisibleSecurityState extends Object
Security state information about the page.
  • Constructor Details

  • Method Details

    • getSecurityState

      public SecurityState getSecurityState()
      The security level of the page.
    • getCertificateSecurityState

      public Optional<CertificateSecurityState> getCertificateSecurityState()
      Security state details about the page certificate.
    • getSafetyTipInfo

      public Optional<SafetyTipInfo> getSafetyTipInfo()
      The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
    • getSecurityStateIssueIds

      public List<String> getSecurityStateIssueIds()
      Array of security state issues ids.